Skip to content

Instantly share code, notes, and snippets.

@frensuren
Created October 14, 2014 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frensuren/ceeb75c83f6df13aaf81 to your computer and use it in GitHub Desktop.
Save frensuren/ceeb75c83f6df13aaf81 to your computer and use it in GitHub Desktop.
Untitled
body{
font-size:50px;
}
.block{
width:600px;
margin:0 auto;
background:#ccc;
padding:30px;
text-align:center;
font-size:100%;
}
p{
font-size:2em;
font-family:sans-serif;
font-weight:bold;
}
<div class="block">
<p>This is some text</p>
<p>second</p>
<p>third</p>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment