Skip to content

Instantly share code, notes, and snippets.

@idstck
Created April 15, 2021 07:28
Show Gist options
  • Select an option

  • Save idstck/86c2ab02501cf4ef8fe5155044dea110 to your computer and use it in GitHub Desktop.

Select an option

Save idstck/86c2ab02501cf4ef8fe5155044dea110 to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
font-family: Arial;
}
#page-wrap {
margin: auto;
max-width: 800px;
min-height: 100vh;
}
button {
background-color: #41B883;
border: none;
border-radius: 8px;
color: white;
cursor: pointer;
font-size: 16px;
font-weight: bold;
outline: 0;
padding: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment