Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashumeow/8998564 to your computer and use it in GitHub Desktop.
Save ashumeow/8998564 to your computer and use it in GitHub Desktop.
/**
* CSS5
*/
#nav
{
background-color: red;
min-height: 100;
}
<html>
<body>
<ul class="nav">
<li><a href="#"><span>Lorem</span></a></li>
<li><a href="#"><span>Ipsum</span></a></li>
<li><strong><span><em>Sie sind hier: </em>Dolor</span></strong></li>
<li><a href="#"><span>Dummy</span></a></li>
<li><a href="#"><span>Content</span></a></li
</ul>
</body>
</html>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment