Advertisement
desislava_topuzakova

Untitled

Jun 23rd, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. body {
  2. margin: 0px;
  3. padding: 0px;
  4. background-color: #CCCCCC;
  5. }
  6. ul {
  7. background-color: #444;
  8. text-align: center;
  9. padding: 0px;
  10. margin: 0px;
  11. list-style:none
  12. }
  13.  
  14. ul li {
  15. font-size: 24px;
  16. line-height: 40px;
  17. height: 40px;
  18. padding: 20px;
  19. display: inline-block;
  20. }
  21.  
  22. li a {
  23. color: #ffffff;
  24. text-decoration: none;
  25. }
  26. section {
  27. margin-left: 20px;
  28. }
  29. article header h1 {
  30. font-size: 28px;
  31. }
  32. article header p {
  33. font-style: italic;
  34. }
  35. article>p {
  36. font-size: 24px;
  37. }
  38. footer {
  39. background-color: #444;
  40.  
  41. }
  42. footer p {
  43. color: #fff;
  44. text-align: center;
  45. padding: 10px;
  46. }
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement