Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created June 14, 2013 11:50
Show Gist options
  • Save nielsdoorn/5781240 to your computer and use it in GitHub Desktop.
Save nielsdoorn/5781240 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
div {
background-color: black;
padding: 5px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
li {
display: inline-block;
margin-left: 20px;
}
a {
color: white;
font-family: 'Nothing You Could Do', cursive;
font-size: 19pt;
}
<!-- content to be placed inside <body>…</body> -->
<div>
<ul>
<li><a href="">home</a></li>
<li><a href="">home</a></li>
<li><a href="">home</a></li>
</ul>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment