Advertisement
pacho_the_python

CSS project final

Nov 6th, 2022
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. nav {
  2.     width: 100%;
  3. }
  4.  
  5. .menu {
  6.     margin: 0;
  7.     padding: 8px;
  8.     height: 21px;
  9. }
  10.  
  11. .menu li {
  12.     list-style: none;
  13.     display: inline-block;
  14. }
  15.  
  16. .menu li a {
  17.     text-decoration: none;
  18.     font-size: 20px;
  19.     font-family: Arial sans-serif;
  20.     padding: 10px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement