Navbar 연습 중, justify-content: space-between가 안됐다.
안되는 이유는 max-width 때문이었다. 왼쪽에 빈 공간이 있어야지만 space-between이 통한다.
최대 넓이는 지우고 width를 대신 지정하니 바로 되었다.
The 'justify-content' property isn't working
I have an odd issue that I'm having trouble with. I've been working on this prototype HTML5 template that uses Flexbox. Though I've been running into one slight problem. I'm trying to a small space...
stackoverflow.com
'tech' 카테고리의 다른 글
CORS (0) | 2021.10.13 |
---|---|
타입스크립트 (0) | 2021.10.08 |
[컴퓨팅 사고] 정보의 표현 (0) | 2021.08.30 |
[컴퓨팅 사고] 2진법 (0) | 2021.08.29 |
CSS 미디어 쿼리 (0) | 2021.08.26 |