Advertisement
dds-themex

meu menu, ninguém sai!

Apr 27th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /* menu EU QUE FIZ, NAO COPIA ESSA PORRA SENÃO CORTO SEU PINTO. */
  2. #home {
  3. width: 106px;
  4. height: 105px;
  5. position: absolute;
  6. margin-top: 100px;
  7. margin-left: 120px;
  8. }
  9.  
  10. #home:hover {opacity:0.7; -webkit-transition: all 0.99s ease-in-out;}
  11.  
  12.  
  13. #ask {
  14. width: 106px;
  15. height: 105px;
  16. position: absolute;
  17. margin-top: 180px;
  18. margin-left: 120px;
  19. }
  20.  
  21. #ask:hover {opacity:0.7; -webkit-transition: all 0.99s ease-in-out;}
  22.  
  23.  
  24. #tutos {
  25. width: 106px;
  26. height: 105px;
  27. position: absolute;
  28. margin-top: 275px;
  29. margin-left: 120px;
  30. }
  31.  
  32. #tutos:hover {opacity:0.7; -webkit-transition: all 0.99s ease-in-out;}
  33.  
  34. #mat {
  35. width: 106px;
  36. height: 105px;
  37. position: absolute;
  38. margin-top: 370px;
  39. margin-left: 120px;
  40. }
  41.  
  42. #mat:hover {opacity:0.7; -webkit-transition: all 0.99s ease-in-out;}
  43.  
  44. #themes {
  45. width: 106px;
  46. height: 105px;
  47. position: absolute;
  48. margin-top: 470px;
  49. margin-left: 120px;
  50. }
  51.  
  52. #themes:hover {opacity:0.7; -webkit-transition: all 0.99s ease-in-out;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement