w3.css 캔버스 외부 메뉴 캔버스 외부 메뉴를 만드는 방법을 알아보자. 캔버스 외부 메뉴 만들기 1단계) HTML 추가 <div id=”mySidenav” class=”sidenav”> <a href=”javascript:void(0)” class=”closebtn” onclick=”closeNav()”>×</a> <a href=”#”>About</a> <a href=”#”>Services</a> <a href=”#”>Clients</a> <a href=”#”>Contact</a> </div> <!– Use any element to open the sidenav –> <span onclick=”openNav()”>open</span> <!– Add all page content inside this div if you want the side nav to push page content to the right (not used if you only want the sidenav to sit on top of the page…