DaphneRoss

NAVIGATION 2 (part1 )

Aug 12th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. a.daphne1{
  2. width:120px;
  3. height: 20px;
  4. background-image:url(http://30.media.tumblr.com/tumblr_m1kxjkzkN51rrt2v9o1_400.jpg);
  5. -webkit-transition-duration: 0.5s;
  6. display:inline-block;
  7. border: 2px solid #ffffff;
  8. text-align:center;
  9. padding:2px;margin:1px;
  10. text-transform: uppercase;
  11. font:11px trebuchet ms;
  12. font-style:normal;
  13. color: #333;
  14. background-color:#c0c0c0;
  15. fixed;-moz-border-radius: 5px;
  16. -webkit-border-radius:5px;}
  17.  
  18. a.daphne1:hover{
  19. text-shadow: 1px 1px 2px #000;
  20. border: 2px solid #c0c0c0;
  21. color: #fff;
  22. -webkit-transition-duration: 0.5s;
  23. box-shadow: inset 120px 0 0px 0 #fff;
  24. color: #fff}
Advertisement
Add Comment
Please, Sign In to add comment