Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Created October 19, 2020 19:05
Show Gist options
  • Save NandoKstroNet/efd2644c988c9c957e1c2739bc47b40a to your computer and use it in GitHub Desktop.
Save NandoKstroNet/efd2644c988c9c957e1c2739bc47b40a to your computer and use it in GitHub Desktop.
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