Created
July 4, 2014 09:11
-
-
Save anonymous/2a192e94459215433960 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
.wrapper { | |
width: 300px; | |
margin-left: .5em; | |
} | |
.wrapper2 { | |
display: inline-block; | |
text-align: center; | |
margin-left: .5em; | |
} | |
.dumb { | |
font-size: 1.2em; | |
color: white; | |
background: #3A44BE; | |
padding: .1em 0 .1em 0; | |
box-shadow:0.5em 0 #3A44BE,-0.5em 0 #3A44BE,0.5em 0.2em #FFE000,-0.5em 0.2em #FFE000; | |
} |
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 class="wrapper"> | |
<span class="dumb">Some text with line break and underlined</span> | |
</div> | |
<br> | |
<div class="wrapper2"> | |
<span class="dumb">Some text with<br>line break and underlined</span> | |
</div> | |
<br> |
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