Guest User

Untitled

a guest
Mar 6th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. @charset "UTF-8";
  2. body {
  3. font: sans-serif;
  4. margin: 0;
  5. padding: 0;
  6. }
  7.  
  8. .container {
  9. width: 960px;
  10. background: #FFF;
  11. margin: 0 auto;
  12. }
  13.  
  14. h1 {
  15. font-size: 20px;
  16. text-align: center;
  17. font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  18. color: #385b88;
  19. }
  20.  
  21. llista {
  22. text-transform: none;
  23. font-size: 12px;
  24. text-decoration: none;
  25. background-color: white;
  26. color: black;
  27. font-family: Georgia, "Times New Roman", Times, serif;
  28. }
Add Comment
Please, Sign In to add comment