Skip to content

Instantly share code, notes, and snippets.

Created April 18, 2013 13:50
Show Gist options
  • Save anonymous/5412838 to your computer and use it in GitHub Desktop.
Save anonymous/5412838 to your computer and use it in GitHub Desktop.
Untitled
div
{
font-size: 20px;
background: red;
line-height: 1px;
}
div span
{
font-size: 120px;
vertical-align: middle;
background: green;
}
div b
{
font-size: 40px;
vertical-align: middle;
background: yellow;
}
div strong
{
font-size: 16px;
vertical-align: middle;
background: pink;
}
img
{
display: none;
vertical-align: middle;
}
<div>
X<span>X</span><b>Dава</b><strong>S</strong><img src="http://img-fotki.yandex.ru/get/5625/52103494.43/0_8ad5d_1edd13a2_L.jpg">
</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