kidobreva

Simple Website CSS

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