모바일웹 햄버거 메뉴버튼 만들기 세 줄모양 햄버거 메뉴를 만들 수 있다. span 태그 4줄을 입력하고 positon : absolute 로 세팅하고 2번째와 3번째는 같이 겹쳐 놓는다. https://codepen.io/sevenpia/pen/wvXLLMm Html 구조 html5 css3 javascript jquery css 내용들 @charset "utf-8"; * { margin: 0; padding: 0; } ul, li { list-style: none; font-size: 22px; } a { text-decoration: none; color: inherit; } img { border: 0; } body { font-family: "맑은 고딕", MalgunGothic, arial, s..