Skip to content

Instantly share code, notes, and snippets.

@cziem
Created November 12, 2018 09:09
Show Gist options
  • Save cziem/0fa7f6b332730546d5f82f2a74d2e865 to your computer and use it in GitHub Desktop.
Save cziem/0fa7f6b332730546d5f82f2a74d2e865 to your computer and use it in GitHub Desktop.
reset the client stylesheet
* {
padding: 0;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #f3f3f3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment