-
-
Save tyv/5412927 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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