Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Created February 7, 2020 18:56
Show Gist options
  • Save gregoryanderson/9afa7823dff1663cfd79f4161f66b094 to your computer and use it in GitHub Desktop.
Save gregoryanderson/9afa7823dff1663cfd79f4161f66b094 to your computer and use it in GitHub Desktop.
Form CSS
.form {
margin: 50px;
display: grid;
}
section {
margin: 20px;
}
label {
margin-right: 50px;
}
button {
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment