Skip to content

Instantly share code, notes, and snippets.

@NatalieLukaniuk
Created September 25, 2013 11:06
Show Gist options
  • Save NatalieLukaniuk/6698125 to your computer and use it in GitHub Desktop.
Save NatalieLukaniuk/6698125 to your computer and use it in GitHub Desktop.
Untitled
.outer {
border: 2px solid brown;
border-radius: 1em;
background: red;
font-size: 20pt;
width: 12em;
height: 7em;
text-align: center;
}
.boilerplate {
color: white;
font-family: sans-serif;
padding: 0.5em;
}
.name {
color: black;
background: white;
font-family: "Marker Felt", cursive;
font-size: 45pt;
padding-top: 0.2em;
}
<div class="outer">
<div class="boilerplate">
Hi! My name is
</div>
<div class="name">
Bob
</div>
</div>
/// 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