htmlcss드랍다운메뉴
-
css로 드롭다운메뉴 만드는법웹사이트/HTML & CSS 2021. 7. 25. 16:19
flex를 이용한 네비 만드는 법에 소스코드를 이용하겠습니다. html LOGO menu1 sub1 sub2 sub3 menu2 sub1 sub2 sub3 menu3 sub1 sub2 sub3 menu4 sub1 sub2 sub3 로그인 회원가입 css *{ box-sizing: border-box; color:#eee; text-decoration: none; list-style: none; } body{ background-color: rgba(220, 220, 220, 0.5); } .header{ width: 100%; height:100%; position: relative; } .section{ width: 1720px; height: 100px; background-color: rgba(0,..