Created
January 6, 2020 21:04
-
-
Save ayoisaiah/82bdf8dd0f983033177fdf213f4de889 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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