-Annie-

01.Navigation-Bar(Styles)

Feb 2nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     background-color: #CCCCCC;
  5. }
  6.  
  7. ul {
  8.     background-color: #444;
  9.     text-align: center;
  10.     padding: 0;
  11.     margin: 0;
  12.     list-style: none;
  13. }
  14.  
  15. li {
  16.     font-size: 24px;
  17.     line-height: 40px;
  18.     height: 40px;
  19.     padding: 20px;
  20.     display: inline-block;
  21. }
  22.  
  23. a {
  24.     text-decoration: none;
  25.     color: #ffffff;
  26. }
Add Comment
Please, Sign In to add comment