CSS Basic Page Style
Preview
Code
<style>
body{
font-family:Arial;
background:#f1f5f9;
padding:20px;
}
h1{color:#0f172a;}
</style>
<h1>Hello CSS</h1>
<p>This page is styled using CSS.</p>
<style>
body{
font-family:Arial;
background:#f1f5f9;
padding:20px;
}
h1{color:#0f172a;}
</style>
<h1>Hello CSS</h1>
<p>This page is styled using CSS.</p>