I have a div container which has a h1 element within it:
Enlighten Designs
I h
#header { background: blue; height: 150px; position:absolute; } h1{ background: orange; margin-top:30px; margin-left: 10px; margin-right: 10px; position:relative; }