디스플레이:인라인 플렉스 사용 콘텐츠에 플렉스 div의 너비를 적용하려면:
#box { display: inline-flex; flex-direction: row; flex-wrap: wrap; max-width: 200px; padding: 10px; margin: 20px; background-color: blue; }
디스플레이:인라인 플렉스 사용 콘텐츠에 플렉스 div의 너비를 적용하려면:
#box { display: inline-flex; flex-direction: row; flex-wrap: wrap; max-width: 200px; padding: 10px; margin: 20px; background-color: blue; }