Explorar el Código

Fix weird transition on page open

master
Fen Dweller hace 5 años
padre
commit
175d8da263
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      static/sexy.css

+ 4
- 2
static/sexy.css Ver fichero

@@ -138,6 +138,7 @@ a:hover {
position: relative;
width: 40vh;
transition: 0.2s;
transform: scale(1, 1);
}

.game-logo {
@@ -159,14 +160,15 @@ a:hover {
font-size: 9vh;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%) scale(1, 1);
z-index: 1;
transition: 0.4s ease-out;
font-family: 'Source Code Pro';
}

.game-button:hover > .game-title {
font-size: 10vh;
transform: translate(-50%, -50%) scale(1, 1);
transition: 0.4s ease-out;
}

.game-description {


Cargando…
Cancelar
Guardar