Advertisement
comprefacil

Untitled

Sep 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. #menu ul{
  2. width: 300px;
  3. heigth: auto;
  4. bachground-color:#FF9100;
  5. display: block;
  6. margim: 0;
  7. pedding: 0;
  8. width: 306px;
  9. }
  10. #menu li{
  11. list-style: none;
  12. display: inline;
  13. width: 100%;
  14. heigth: auto;
  15. border-bottom: 2px solid #fff;
  16. color: #fffafa
  17. font-family: helvetica;
  18. font-size: 20ps;
  19. padding: 20px;
  20. text-align: center;
  21. }
  22. #menu li:hover{
  23. background: #FACC2E;
  24. width: 266px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement