Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2.  
  3. img{
  4. max-width:100%;
  5. }
  6.  
  7.  
  8. .entrada {
  9. /*tac*/
  10. text-align: center;
  11. }
  12.  
  13. .entrada .contenido {
  14. /*dn*/
  15. display: none;
  16. }
  17.  
  18. .entrada:hover .imagen {
  19. /*db*/
  20. display: none;
  21. }
  22.  
  23. .entrada:hover .contenido {
  24. /*db*/
  25. display: block;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement