Skip to content

Instantly share code, notes, and snippets.

@tyv
Forked from varya/dabblet.css
Created April 18, 2013 14:01
Show Gist options
  • Save tyv/5412927 to your computer and use it in GitHub Desktop.
Save tyv/5412927 to your computer and use it in GitHub Desktop.
Untitled
div
{
font-size: 60px;
background: red;
margin-top: 100px;
border: blue 1px solid;
}
div span
{
font-size: 120px;
vertical-align: 100px;
background: green;
}
div b
{
font-size: 40px;
vertical-align: baseline;
background: yellow;
}
div strong
{
font-size: 16px;
vertical-align: baseline;
background: pink;
}
img
{
display: none;
vertical-align: baseline;
}
<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