반응형
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
- reading 'useDebugValue'
- git branch -m
- Javascript
- styled-components extension
- java
- vscode extension
- styled-components 설치 오류
- fetch()
- javascript 비동기
- reading 'edgesOut'
- 단일링크드리스트
- React 공식문서
- styled components 설치 안됨
- Styled Components
- 최단거리알고리즘
- styled-compoents
- react
- react immer
- likelion
- styled-components 버전 문제
- js fetch
- 테스크 큐
- 1966 프린터큐
- react-native-snap-carousel
- 브랜치 이름 변경 명령어
- Call Stack
- Code Splitting
- 네트워크 통신 요청
- use-immer
- carouselButton
Archives
- Today
- Total
목록box (1)
Keep Going
[ opening ] css가 표시하는 모든 것은 box이다. 그래서 box model이 작동하는 방식을 이해하는 것이 가장 기본이다. [ Content & Sizing ] extrinsic sizing이란, 우리가 일반적으로 알고 있는 width, height에 숫자 값을 주는 것이다. instrinsic sizing이란, width: max-content; height: max-content; 으로 값을 주는 것이다. box를 extrinsic sizing(외부 크기 조정)을 한다면, content가 사이즈를 넘어설 때 overflow가 생긴다. + overflow란, 콘텐츠가 박스에 비해 너무 클 경우를 이야기한다. + overflow 속성으로 넘치는 content를 제어할 수 있다. intrins..
카테고리 없음
2023. 4. 12.