Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. html, body {
  2. box-sizing: border-box;
  3. font-family: sans-serif;
  4. }
  5.  
  6. h1 {
  7. font-size: 1.2em;
  8. text-align: center;
  9. }
  10.  
  11. fieldset {
  12. margin: auto;
  13. max-width: 520px;
  14. border-color: rgba(0, 0, 0, .25);
  15. border-radius: 4px;
  16. }
  17.  
  18. fieldset legend {
  19. font-weight: bold;
  20. opacity: .75;
  21. }
  22.  
  23. #contact label,
  24. #contact input,
  25. #contact textarea {
  26. box-sizing: border-box;
  27. display: block;
  28. width: 100%;
  29. margin-top: .75em;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement