Guest User

Untitled

a guest
Apr 21st, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. nav {
  2. height: 80px;
  3. width: 100%;
  4. background-color: #494949;
  5. }
  6.  
  7. nav ul {
  8. float: right;
  9. margin: 0 auto;
  10. }
  11.  
  12. nav ul li {
  13. list-style: none;
  14. float: left;
  15.  
  16. }
  17.  
  18. nav ul li a {
  19. text-decoration: none;
  20. line-height: 80px;
  21. font-size: 20px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment