css flex 질문 입니다.
본문
.wrap { display:flex !important; flex-wrap:wrap; gap:5px 0; justify-content: space-around; }
.wrap .item { width:49.5%; }
justify-content: space-around 를 쓰면 균등한 간격이 되서 편한데 좌측정렬이 안되고 자꾸 중앙정렬이 되는데 제가 뭐 빠뜨린 css 요소가 있을까요?
이렇게 균등하게 정렬되고 좌측 정렬로 만들고 싶은데 어떻게 해야 되죠..?
답변을 작성하시기 전에 로그인 해주세요.