Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Created August 9, 2019 06:05
Show Gist options
  • Select an option

  • Save harrisonmalone/c53e4f8fe792d0188d007784aeee9b4d to your computer and use it in GitHub Desktop.

Select an option

Save harrisonmalone/c53e4f8fe792d0188d007784aeee9b4d to your computer and use it in GitHub Desktop.
button {
width: 300px;
height: 50px;
}
.btn-container {
display: flex;
justify-content: center;
}
p {
word-wrap: break-word;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
form input {
width: 400px;
height: 40px;
font-size: 35px;
margin: 10px 0px;
}
#submit {
width: 200px;
height: 30px;
font-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment