inflearn logo
Course

Course

Instructor

jini0513's Posts

jini0513 jini0513

@jini0513

Reviews Written
8
Average Rating
4.9

Posts 3

Q&A

안녕하세요 질문이 있습니다

css flex!! ul{list-style:none;} ul{padding: 0; list-style: none;} home about product contact

Likes
0
Comments
5
Viewcount
404

Q&A

안녕하세요 질문이 있습니다

.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;}

Likes
0
Comments
5
Viewcount
404