새 문서: @media screen and (max-width: 768px) { .mobileBtn:active { animation-name: btn-background; animation-duration: .5s; animation-iteration-count: 1; animation-timing-function: steps(1, end); animation-fill-mode: forwards; } } .folding-margin-remove { margin: 0 -10px -5.5px; } .folding-margin-remove-width { margin: 0 -10px -5.5px; } .folding-margin-remove-width-multi { margin: 0 -10px 0; } .tit-margin-remove { margin: -5.5px -10px; } @keyframes btn-background { fro... |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
.folding-margin-remove { | .folding-margin-remove { | ||
margin: 0 -10px -5.5px; | margin: 0 -10px -5.5px; |
2025년 1월 6일 (월) 05:39 판
.folding-margin-remove {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width-multi {
margin: 0 -10px 0;
}
.tit-margin-remove {
margin: -5.5px -10px;
}
@keyframes btn-background {
from {
background: rgba(0, 0, 255, .15);
}
to {
background: initial;
}
}