Skip to content

Instantly share code, notes, and snippets.

@alshdavid
Created May 11, 2019 07:28
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 alshdavid/69d8a03054a2088ba5e0659f1617bcaa to your computer and use it in GitHub Desktop.
Save alshdavid/69d8a03054a2088ba5e0659f1617bcaa to your computer and use it in GitHub Desktop.
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-font-smoothing: antialiased;
-Mac-osx-font-smoothing: grayscale;
list-style-type: none;
text-decoration: none;
color: inherit;
font-family: 'Rubik', sans-serif;
margin: 0;
padding: 0;
}
*:active,
*:focus {
outline: none;
}
h1 {
margin: 0 0 10px;
padding: 20px 0;
text-align: center;
}
nav {
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
}
button {
display: inline-block;
padding: 20px 15px;
background-color: white;
border: none;
font-size: 16px;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment