Abrir menú principal

Cambios

84 bytes eliminados ,  15:49 8 abr 2021
sin resumen de edición
/* Efecto Poemas */
.maincontainer{
position: relative;
width: auto;
height: auto;
/* THE CARD HOLDS THE FRONT AND BACK FACES */
.thecard{
position: relative;
top: 0;
left: 0;
/* THE FRONT FACE OF THE CARD, WHICH SHOWS BY DEFAULT */
.thefront{
position: absolute;
top: 0;
left: 0;
/* THE BACK FACE OF THE CARD, WHICH SHOWS ON MOUSEOVER */
.theback{
position: absolute;
top: 0;
left: 0;