Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created September 15, 2022 07:34
Show Gist options
  • Save devbyray/3c898d033fc3c5649fa0e80812b6d797 to your computer and use it in GitHub Desktop.
Save devbyray/3c898d033fc3c5649fa0e80812b6d797 to your computer and use it in GitHub Desktop.
body {
font-family: sans-serif;
padding: 1rem;
background: #ccc;
}
form {
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 1rem;
}
input[type="submit"] {
width: 100px;
}
textarea {
width: 90%;
height: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment