Advertisement
zeeph

Untitled

Dec 5th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. * {
  4. margin: 0%;
  5. padding: 0%;
  6. text-decoration: none;
  7. font-family: 'Montserrat', sans-serif;
  8. }
  9.  
  10. body {
  11. font-size: 1.3em;
  12. line-height: 1.8em;
  13. width: 960px;
  14. margin: 0 auto;
  15. }
  16.  
  17. p {
  18. margin: 2em 3em 4em 1em;
  19. }
  20.  
  21. h1,h2,h3,h4,h5,h6 {
  22. text-transform: uppercase;
  23. color: black;
  24. margin: 1em 0 1em 0;
  25. }
  26.  
  27. h1 {
  28. color: blueviolet;
  29. letter-spacing: 0.1em;
  30. font-size: 2em;
  31. }
  32.  
  33. /* body, p , h1 .. sont des sélecteurs par noms de balises */
  34.  
  35. #ariane {
  36. font-size: 0.8em;
  37. font-style: italic;
  38. color: turquoise;
  39. margin: 2em 0 4em 0;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement