Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ul {
  2. text-align: center;
  3. font-style: italic;
  4. font-weight: bold;
  5. list-style-type: none;
  6. margin: 10;
  7. padding: 0;
  8. width: auto;
  9. background-color: #f1f1f1;
  10. opacity: 0.8;
  11. }
  12. li a
  13. {
  14. display: block;
  15. color: #000;
  16. padding: 8px 16px;
  17. text-decoration: none;
  18. }
  19. li a:hover
  20. {
  21. background-color: #555;
  22. color: white;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement