Skip to content

Instantly share code, notes, and snippets.

@vasilisvg
Created June 5, 2014 08:05
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 vasilisvg/161eb82cd9a4a87ab82d to your computer and use it in GitHub Desktop.
Save vasilisvg/161eb82cd9a4a87ab82d 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
*/
body {
font-size: 62.5%;
}
p, li {
font-size: 160%;
}
li p {
//font-size: 1em;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li>I am so small</li>
<li>
<p>
I am so big!
</p>
</li>
</ul>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment