Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2014 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save anonymous/693e164de8a00b44015c to your computer and use it in GitHub Desktop.
Save anonymous/693e164de8a00b44015c to your computer and use it in GitHub Desktop.
Untitled
.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: 10px 0 #3A44BE,-10px 0 #3A44BE,10px 5px #FFE000,-10px 5px #FFE000;
}
<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>
// alert('Hello world!');
{"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