Advertisement
Guest User

Untitled

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