라공홈 커스텀 css 백업/배포

<span class="sv_member">린더</span>
린더 @frauroteschuhe
2026-02-23 11:09

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;
}



댓글목록

등록된 댓글이 없습니다.