[CSS] box-sizing
공부하다가 새로운 property 발견!!
바로 box-sizing이다.
mdn만 읽어서는 무슨 말인지 잘 몰라서 직접 해보았다.
역시 직접 해봐야 이해가 된다.
box-sizing property에는 2가지 value가 있다.
content-box : default. content의 크기가 width/height 으로 유지
border-box : border 값이 width/height 에 포함
코딩 부트캠프 1주차 후기(23 July...
suzie.hashnode.dev2 min read