라공홈 커스텀 css 백업/배포
1. default.css.php
메뉴
1-1. sub_me_box
.sub_me_box {
margin: 0;
padding: 10px;
list-style: none;
transform: translateY(-10px);
transition: transform 0.3s ease 0.1s;
display: flex;
flex-direction: column;
gap: 10px;
width: fit-content;
}1-2. sub_me
.sub_me {
margin-left: 10px;
opacity: 0;
transform: translateX(-10px);
animation: slideInSubmenu 0.3s ease forwards;
}- 이전글[아보카도 에디션/라공 에디션] 트위터 임베드 코드 26.02.23
- 다음글라공홈 커스텀 함수 백업/배포 26.02.04
댓글목록
등록된 댓글이 없습니다.