질문&답변
안녕하세요 질문이 있습니다
앗 그렇군요 감사합니다 ㅠㅠ
- 좋아요수
- 0
- 댓글수
- 5
- 조회수
- 378
질문&답변
앗 그렇군요 감사합니다 ㅠㅠ
질문&답변
css flex!! ul{list-style:none;} ul{padding: 0; list-style: none;} home about product contact
질문&답변
.menu{display: flex;} .menu-item{ width: 25%; background: gold;} .menu-item:hover{ width: 35%; background: crimson} .menu-link{display: block; padding: 1em; font-size:1.2rem; font-weight: bold; color:#555; text-decoration: none; text-align: center;} .menu-link:hover{color: white;}