Skip to content

Instantly share code, notes, and snippets.

@sa1f
Created June 9, 2013 18:35
Show Gist options
  • Save sa1f/5744657 to your computer and use it in GitHub Desktop.
Save sa1f/5744657 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
background: #eee;
text-align: center;
margin-top: 100px;
font-size: 1.75em;
text-transform: uppercase;
}
p {
font-size: 30px;
max-width: 775px;
margin-right: auto;
margin-left:auto;
}
.sansSerif {
font-family: sans-serif;
}
img {
border: 10px dottd #666;
border-radius: 250px
<!-- content to be placed inside <body>…</body> -->
<h1>Hello Mr. Singh!</h1>
<p>You are the best math teacher in this class! There hasn't been a better teacher to grace this ground beneath me</p>
<img src='http://www.voiceonline.com/wp-content/uploads/2012/12/bajaj-brar.jpg'>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment