is this wrong syntax? becuase my header is not reflecting how i want it to look...?#?#
#top-half{
width:350px;
height:350px;
float:left;
}
#top-half h1[
font-size:18px;
color:#0068b3;
padding:0px;
margin:0px;
}
*html*
<div id="top-half">
<h1>header does not show how i want</h1>
</div>