Skip to content

Instantly share code, notes, and snippets.

@WebReflection
Created September 26, 2019 08:14
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 WebReflection/cc9c5013a64359d38e9c0837d65fb747 to your computer and use it in GitHub Desktop.
Save WebReflection/cc9c5013a64359d38e9c0837d65fb747 to your computer and use it in GitHub Desktop.
html, body {
box-sizing: border-box;
font-family: sans-serif;
}
h1 {
font-size: 1.2em;
text-align: center;
}
fieldset {
margin: auto;
max-width: 520px;
border-color: rgba(0, 0, 0, .25);
border-radius: 4px;
}
fieldset legend {
font-weight: bold;
opacity: .75;
}
#contact label,
#contact input,
#contact textarea {
box-sizing: border-box;
display: block;
width: 100%;
margin-top: .75em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment