Monday, October 14, 2013

CSS


<html>
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}
<body>
<h1>Yeh! CSS...</h1>

<p>CSS is more fun than HTML because you can design your webpage into cooler and more amazing XD but it is more difficult .. XD </p>

</body>
</html>

No comments:

Post a Comment