Skip to content

Instantly share code, notes, and snippets.

@king-panda
Created August 18, 2014 04:00
Show Gist options
  • Save king-panda/b457a482e2c72d8f4acb to your computer and use it in GitHub Desktop.
Save king-panda/b457a482e2c72d8f4acb to your computer and use it in GitHub Desktop.
2014-08-18 1st
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #fdf;
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