작업관련파일/코딩파일
2023. 2. 26.
클릭시 아이콘 변경 팝업 메뉴 CSS
HTML Home About Contact Inspirated by Loredonut Pen CSS /* Important styles */ #toggle { display: block; width: 28px; height: 30px; margin: 30px auto 10px; } #toggle span:after, #toggle span:before { content: ""; position: absolute; left: 0; top: -9px; } #toggle span:after{ top: 9px; } #toggle span { position: relative; display: block; } #toggle span, #toggle span:after, #toggle span:before { wi..