소스 검색

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 {
width: 100%;
height: 100%;
transition: 0.2s !important;
}

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

.back-text {


불러오는 중...
취소
저장