Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Sass
- JS
- ajax
- select by attribute
- regExp
- Express
- flex-basis
- css grid
- improve-iq-by-up-to-10%!
- node
- flexbox
- flex-grow
- 디자인패턴
- 정규표현식
- express-handlebars
- Prototype
- close together
- Node.js
- shit-christmas
- es6
- Object.create
- flex-shrink
- img 확대
- just-one-small-sip
- 무료 백엔드 배포
- module wrapper function
- css
- css 오버레이
- Engoo
- css variables
Archives
- Today
- Total
box model 본문
html 요소들은 위와 같은 box model을 가지고 있다.
box-sizing 속성의 값은 두 가지로 나눌 수 있다.
content-box: width속성의 값이 내용(content)에만 적용된다.
border-box: width속성의 값이 내용 + padding + border 값 만큼 적용된다. 따라서 content의 크기는 width - padding + border 값으로 설정된다.
'2021 프론트 엔드 로드맵 따라가기 > CSS' 카테고리의 다른 글
Flexbox (0) | 2021.05.15 |
---|---|
미디어 쿼리 (0) | 2021.05.14 |
float (0) | 2021.05.14 |
CSS reset이란 ? (0) | 2021.05.14 |
Display (0) | 2021.05.14 |
Comments