Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ul > li
  2. {
  3. display: inline-block;
  4. }
  5. li
  6. {
  7. width: 180px;
  8. }
  9.  
  10. img
  11. {
  12. width: 180px;
  13. }
  14.  
  15. .tooth
  16. {
  17. margin-top: -250px;
  18. }
  19.  
  20.  
  21. .links
  22. {
  23. margin-top: -150px;
  24. margin-left: 20px;
  25. visibility: hidden;
  26.  
  27. }
  28.  
  29. a
  30. {
  31. color: white;
  32. text-decoration: none;
  33. font-family: Arial, Helvetica, sans-serif;
  34. font-size: 20px;
  35. text-align: center;
  36. }
  37.  
  38. .image:hover > .tooth
  39. {
  40. visibility: hidden;
  41. }
  42.  
  43. .image:hover > .links
  44. {
  45. visibility: visible;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement