HTML/CSS - Box model

Seogyu Gim·2020년 11월 26일
0

html/css

목록 보기
1/2

CSS Box model

  • meaning
    The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. The image below is an - example.

CSS box model

  • explanation
Content - The content of the box, where text and images appear
Padding - Clears an area around the content. The padding is transparent
Border - A border that goes around the padding and content
Margin - Clears an area outside the border. The margin is transparent
profile
의미 있는 일을 하고싶은 개발자

0개의 댓글