Type your
HTML
here:
(scripts and custom event handlers are not allowed)
<ul class="menu"> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact us</a></li> </ul>
Type any
CSS
you want here:
(any properties allowed except expression, behavior and @import)
/* here's display in action */ .menu a { display:block; } /* this is to make the demo look pretty */ .menu a { border:1px solid #f90; background:#fec; padding:4px 10px; margin:0 0 1px 0; color:#c60; text-decoration:none; font:normal normal normal 0.8em sans-serif; } .menu a:hover, .menu a:focus, .menu a:active { background:#f8fbd0; } .menu { width:7em; } .menu, .menu li { margin:0; padding:0; list-style-type:none; }
Show me!
Your results appear here: