Skip to content

Instantly share code, notes, and snippets.

@MostlyFocusedMike
Last active July 31, 2019 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostlyFocusedMike/94235edc67548361572f4baccf0f31db to your computer and use it in GitHub Desktop.
Save MostlyFocusedMike/94235edc67548361572f4baccf0f31db to your computer and use it in GitHub Desktop.
form {
font-family: Arial, Helvetica, sans-serif;
border: 0.15rem solid #000;
width: 50%;
margin: 1rem auto;
padding: 1rem;
}
input {
display: block;
}
input[type="button"], input[type="submit"] {
margin: 1rem auto;
}
form div {
margin: 1rem;
padding: 1rem;
border: 0.15rem solid #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment