flex-basis는 auto가 기본값이다. auto는 해당 item width값을 사용한다.
그래서 item이 두 개 + fit 하고 싶다면
width: 50% 주듯이 flex-basis:50%을 주면 된다.
width: 50%;
flex-basis: 50%;
item이 3개 이상 + fit 하고 싶다면 flex 축약형을 쓴다.
flex: flex-grow, flex-shrink, flex-basis
flex: 1 1 0;
list-style-image: linear-gradient(to left bottom, red, blue);
list-style-type: "\1F44D"; // thumbs up sign
.content {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
네모 반듯한 박스들로 실습하다가 하늘을 보면 불규칙한 패턴의 구름이 보여서 환기가 된다.