Skip to content

Instantly share code, notes, and snippets.

@varya
Forked from anonymous/dabblet.css
Created April 18, 2013 13:56
Show Gist options
  • Save varya/5412894 to your computer and use it in GitHub Desktop.
Save varya/5412894 to your computer and use it in GitHub Desktop.
Untitled
div
{
font-size: 60px;
background: red;
line-height: 65px;
margin-top: 100px;
border: blue 1px solid;
}
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: bottom;
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