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
- box-shadow
- package.json
- grid-column-end
- grid-column-start
- collapsing-margins
- react-hook-form
- className
- CSS
- python #qqplot #qq-plot #code
- var
- javascipt
- React
- relative
- classList
- mongodb
- grid-template-areas
- confirm()
- variables
- css#cascading#display#block#inline
- prompt()
- localStorage
- foreach()
- scope
- javascript
- Grid
- grid-row-start
- valuable
- gird-row-end
- border-style
- createElement
Archives
- Today
- Total
목록Margin (1)
data life
CSS-Margin, Padding
Margin : box의 border(경계) 바깥 공간 margin : 10px(상하) 20px(좌우) / (상)(우)(하)(좌)↩️시계방향 or margin-top/bottom/left/right Collapsing Margins : 상하 margin이 경우에 따라 제일 큰 여백의 크기를 가진 단일 여백으로 결합되는 현상 : 좌우 margin은 상관 없음 MDN 참조 1. 인접 형제 박스 겹쳐진 두 마진 값을 비교해서 더 큰 마진 값으로 상쇄 또는, 겹쳐진 두 마진 값이 같을 경우 중복을 상쇄 2. 빈 블록 height / min-height / padding / border 상하로 늘어나는 속성을 주지 않음 내부 inline 콘텐츠가 존재하지 않음 3. 부모와 자식 마진이 겹칠 때 부모의 margin..
CSS
2022. 10. 13. 05:16