HTML
Code:
<div align="center" class="title">GFY Rocks The Box</div>
CSS
Code:
.title {
font-size: 30px; font-family: "Trebuchet MS"
}
i tried adding 'display:inline;' into my css title tag but i'm not sure if that did what i was looking for because it aligned my title left when its suppose to be centered. any ideas?