Skip to content

Instantly share code, notes, and snippets.

@cedricici
Created February 2, 2012 20:53
Show Gist options
  • Save cedricici/1725687 to your computer and use it in GitHub Desktop.
Save cedricici/1725687 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
*/
html{
background: linear-gradient(-45deg, darkblue, gray);
min-height:100%;
}
ul li{
}
<!-- content to be placed inside <body>…</body> -->
<section>
<ul>
<li><a id="css" href="#css" >CSS</a></li>
<li><a id="html" href="#html" >HTML</a></li>
<li><a id="js" href="#js" >JAVASCRIPT</a></li>
<li><a id="php" href="#php" >PHP</a></li>
</ul>
</section>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment