Advertisement
Guest User

fuck3

a guest
Jul 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. body {
  3. background: #f8f8f8;
  4. }
  5. .menu li {
  6. font-style: italic;
  7. font-size: 20px;
  8. list-style-type: none;
  9. }
  10. .menu li a {
  11. color : red;
  12. }
  13.  
  14. h1, h2, h3 {
  15. color: black;
  16. font-size: 18px;
  17. font-weight: 400;
  18. background: #eaeaea;
  19. }
  20. .style_text {
  21. color: pink
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement