Created
May 22, 2012 12:20
-
-
Save tyv/2768719 to your computer and use it in GitHub Desktop.
span
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
p:first-line, | |
span:first-line /* не работает у строковых элементов */ | |
{ | |
font-size: 200%; | |
} | |
p:first-letter, | |
span:first-letter /* но почему не работает тут?! upyachka.gif */ | |
{ | |
color: red; | |
} | |
/* | |
span | |
{ | |
display: inline-block; | |
} | |
*/ | |
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
<p> | |
Басня, без использования формальных | |
<!-- <br> --> | |
признаков поэзии, | |
точно приводит лирический голос персонажа, | |
поэтому никого не удивляет, что в финале порок наказан. | |
Познание текста вразнобой отражает эпизодический не-текст, | |
именно об этом говорил | |
<br> | |
<span>Б.В.Томашевский</span> | |
<br> | |
в своей работе 1925 года. | |
</p> |
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