Advertisement
Guest User

Untitled

a guest
May 6th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #menu {
  2. font-family:'calibri';
  3. width: 120%;
  4. margin-left: -120px;
  5. margin-top: 8px;
  6. text-align: center;
  7. }
  8. #menu a {
  9. width: 9%;
  10. letter-spacing:1px;
  11. text-transform:uppercase;
  12. padding: 5px;
  13. background:#fac5dd;
  14. color: #fff;
  15. font-size:10px;
  16. outline: 1px dotted #fff;
  17. display: inline-block;
  18. line-height:11px;
  19. -webkit-transition: all .2s ease-out;
  20. -moz-transition: all .2s ease-out;
  21. }
  22. #menu a:hover {
  23. outline-offset: -3px;
  24. outline: 1px dotted #fff;
  25. display: inline-block;
  26. }
  27. .menunopatternht {
  28. position:fixed;
  29. z-index: 4;
  30. width:100%;
  31. height:80px;
  32. left:0px;
  33. top :0px;
  34. background-image: url(SUAIMAGEM);
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement