목차 1. display란? 2. inline 속성 3. block 속성 4. inline-block 속성 display란? 태그들 간에 위치를 어떻게 표시할지 설정할 수 있는 속성 display 정의 형식 display: 속성값; 올 수 있는 속성값들 inline block inline-block flex list-item 등등 다양하며, 더 많은 속성은 아래의 링크를 참고한다. display - CSS: Cascading Style Sheets | MDN The display CSS property sets whether an element is treated as a block or inline box and the layout used for its children, such as flow lay..