Advertisement
ATPOX1929

Untitled

Oct 16th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Style.css
  2.  
  3.  
  4. body {
  5. font-family: "Arial", "Helvetica", sans-serif;
  6. font-size: 12pt;
  7. margin-left: 20px;
  8. margin-right: 20px;
  9. }
  10.  
  11. #header {
  12. text-align: center;
  13. margin-bottom: 1em;
  14. }
  15.  
  16. h1 {
  17. font-size: 200%;
  18. font-weight: normal;
  19. font-style: italic;
  20. font-family: "Impact", fantasy;
  21. }
  22.  
  23. legend {
  24. font-family: "Impact", fantasy;
  25. font-size: 120%;
  26. }
  27.  
  28. textarea {
  29. font-family: monospace;
  30. font-size: 12pt;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement