Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<div id="header"> <p id="logo">SitePoint</p> </div>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's bottom in action */ #logo { position:relative; bottom:10px; } /* this is to make the demo look pretty */ #logo { border:3px solid #006; font-size:2em; color:#006; padding:10px; margin:0; float:left; } #header { float:left; border:3px solid #f90; }
Show me!
Your results appear here: