Created
February 6, 2016 20:42
-
-
Save furenku/7dff7578b2d0546c8507 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img{ | |
max-width:100%; | |
} | |
.entrada { | |
/*tac*/ | |
text-align: center; | |
} | |
.entrada .contenido { | |
/*dn*/ | |
display: none; | |
} | |
.entrada:hover .imagen { | |
/*db*/ | |
display: none; | |
} | |
.entrada:hover .contenido { | |
/*db*/ | |
display: block; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment