Skip to content

Instantly share code, notes, and snippets.

@A
Created January 22, 2014 10:11
Show Gist options
  • Save A/8556328 to your computer and use it in GitHub Desktop.
Save A/8556328 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
*/
.font {
width: 200px;
height: 100px;
font-size:20px;
}
#dddd {
font-size:10px;
}
<!-- content to be placed inside <body>…</body> -->
<div id="dddd">
<div class="font">asd asd asd</div>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment