Skip to content

Instantly share code, notes, and snippets.

@tyv
Created April 18, 2013 13:40
Show Gist options
  • Save tyv/5412751 to your computer and use it in GitHub Desktop.
Save tyv/5412751 to your computer and use it in GitHub Desktop.
Untitled
div
{
font-size: 20px;
background: red;
}
div span
{
font-size: 120px;
vertical-align: middle;
}
div b
{
font-size: 40px;
vertical-align: middle;
}
div strong
{
font-size: 16px;
vertical-align: middle;
}
<div>
<span>Dава</span>X<b>Dава</b><strong>S</strong>
</div>
// alert('Hello world!');
{"view":"separate","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