Skip to content

Instantly share code, notes, and snippets.

@furenku
Created February 6, 2016 20:42
Show Gist options
  • Save furenku/7dff7578b2d0546c8507 to your computer and use it in GitHub Desktop.
Save furenku/7dff7578b2d0546c8507 to your computer and use it in GitHub Desktop.
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