Skip to content

Instantly share code, notes, and snippets.

@Ruttmann
Created June 22, 2019 15:52
Show Gist options
  • Save Ruttmann/b27a06ca993df733484817ff0b673d3e to your computer and use it in GitHub Desktop.
Save Ruttmann/b27a06ca993df733484817ff0b673d3e to your computer and use it in GitHub Desktop.
CSS code to Reset browser standard behavior for compatibility.
* {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 25px;
}
ul, ol, li {
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment