Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Created January 6, 2020 21:04
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 ayoisaiah/82bdf8dd0f983033177fdf213f4de889 to your computer and use it in GitHub Desktop.
Save ayoisaiah/82bdf8dd0f983033177fdf213f4de889 to your computer and use it in GitHub Desktop.
html {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
background-color: #f3f3f3;
}
.logout {
border: none;
outline: none;
background: transparent;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment