Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created October 10, 2019 22:25
Show Gist options
  • Save gavilanch/542a8c6c081ab123c63871b022bcbd14 to your computer and use it in GitHub Desktop.
Save gavilanch/542a8c6c081ab123c63871b022bcbd14 to your computer and use it in GitHub Desktop.
.opciones-oponente {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.opciones-jugador {
display: flex;
justify-content: space-around
}
.imagen {
width: 200px;
height: 200px;
transition: all .2s ease-in-out;
}
.imagen-seleccionable:hover{
transform: scale(1.1);
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment