Created
August 9, 2019 06:05
-
-
Save harrisonmalone/c53e4f8fe792d0188d007784aeee9b4d 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
| button { | |
| width: 300px; | |
| height: 50px; | |
| } | |
| .btn-container { | |
| display: flex; | |
| justify-content: center; | |
| } | |
| p { | |
| word-wrap: break-word; | |
| } | |
| form { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; | |
| } | |
| form input { | |
| width: 400px; | |
| height: 40px; | |
| font-size: 35px; | |
| margin: 10px 0px; | |
| } | |
| #submit { | |
| width: 200px; | |
| height: 30px; | |
| font-size: 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment