Explorar el Código

Add animation to the Discord button

master
Fen Dweller hace 6 años
padre
commit
581d512839
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      static/sexy.css

+ 6
- 0
static/sexy.css Ver fichero

@@ -342,6 +342,12 @@ a:hover {
#discord-image {
width: 100%;
height: 100%;
transition: 0.2s !important;
}

#discord-image:hover {
transition: 0.2s;
transform: scale(1.25, 1.25);
}

.back-text {


Cargando…
Cancelar
Guardar