block element, inline element, inline-block elemnet 비교

list width(default) height(default) width, height apply margin.padding apply pile up
block 100% 0 O top, bottom, left, right vertical
inline auto auto X left, right horizontal
inline-block auto auto O top,bottom, left, right horizontal

*auto : 컨텐츠의 너비만큼만

 

'Style Sheet > CSS' 카테고리의 다른 글

이벤트 버블링 막기  (0) 2022.11.29
상단바에 opacity 넣기  (0) 2022.11.28
CSS position  (0) 2022.05.24
CSS padding에 %값을 주면?  (0) 2022.05.23
SASS - 구글 드라이브  (0) 2021.11.04

+ Recent posts