Created
April 15, 2021 07:28
-
-
Save idstck/86c2ab02501cf4ef8fe5155044dea110 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
| * { | |
| 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