08-06-2011, 08:14 PM
(08-06-2011, 08:04 PM)CoderRyne Wrote: First of all, I've never seen CSS that looks like that. Your code is all over the place. Please see www.tizag.com for advice on CSS syntax, because that is definitely not the correct syntax for CSS... at least not from the past few years.
Well, This is how I write CSS, which works.
Code:
.center
{
text-align:center;
}
h1
{
color:black;
text-align:center;
font-family:"Blocky";
font-size:50px;
}
p
{
font-family:"Blocky";
font-size:15px;
}