Skip to content

Instantly share code, notes, and snippets.

@johnnyt
Created July 17, 2013 15:46
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 johnnyt/6021805 to your computer and use it in GitHub Desktop.
Save johnnyt/6021805 to your computer and use it in GitHub Desktop.
2013-07-12 1st
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #dff;
font: 30px sans-serif;
}
<p id='helloWorld'></p>
document.getElementById('helloWorld').innerHTML = 'Hello, World!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment