Skip to content

Instantly share code, notes, and snippets.

@johnnyt
Created July 17, 2013 15:46
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