Переглянути джерело

Add animation to the Discord button

master
Fen Dweller 5 роки тому
джерело
коміт
581d512839
1 змінених файлів з 6 додано та 0 видалено
  1. +6
    -0
      static/sexy.css

+ 6
- 0
static/sexy.css Переглянути файл

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

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


.back-text { .back-text {


Завантаження…
Відмінити
Зберегти