Created
February 7, 2020 18:56
-
-
Save gregoryanderson/9afa7823dff1663cfd79f4161f66b094 to your computer and use it in GitHub Desktop.
Form CSS
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
.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