-
-
Save iamstarkov/6339764 to your computer and use it in GitHub Desktop.
labeled-ins-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
/* labeled-ins-block */ | |
.labeled-ins-block { | |
display: block; | |
border-left: 0.75em solid #47ad09; | |
padding-left: 0.5em; | |
} | |
.labeled-ins-block:before { | |
position: relative; | |
display: block; | |
content: "Addition"; | |
left: -1.55em; /* подгоняем размер */ | |
top: 5em; /* подгоняем размер */ | |
width: 0; | |
height: 0; | |
font: 0.6em/0 "Helvetica Neue", Arial, Helvetica, sans-serif; | |
letter-spacing: 1px; | |
color: #fff; | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} |
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 class="labeled-ins-block">Нора сперва шла ровно, как тоннель, а потом сразу обрывалась так круто и неожиданно, что Алиса ахнуть не успела, как полетела-полетела вниз, в какой-то очень, очень глубокий колодец.</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
// 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":"split","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