Created
October 19, 2020 19:05
-
-
Save NandoKstroNet/efd2644c988c9c957e1c2739bc47b40a 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
body { | |
font-family: "Nunito"; | |
font-size: 16px; | |
} | |
div.container { | |
width: 78%; | |
margin: 0 auto; | |
} | |
form div, form label, form input { | |
display:block; | |
} | |
form div { | |
margin-bottom: 10px; | |
} | |
form input { | |
padding: 5px; | |
width: 100%; | |
border-radius: 5px; | |
border: none; | |
border-bottom: 1px solid #ccc; | |
outline: none; | |
} | |
form button { | |
padding: 10px 15px; | |
background: #036; | |
border: 1px solid #000; | |
border-radius: 5px; | |
color: #fff; | |
font-weight: bold; | |
} | |
div.error-message { | |
color: #f00; | |
font-weight: bold; | |
padding-top: 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment