FE/CSS

[ CSS ] 너비에 패딩값 포함

HEON.D 2021. 1. 25. 15:18

CSS does the width include the padding?

.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

stackoverflow.com/questions/4698054/css-does-the-width-include-the-padding

'FE > CSS' 카테고리의 다른 글

[ SCSS ] @if, @for 조건문, 반복문  (0) 2021.03.09
[ CSS ] 텍스트 드래그 방지  (0) 2021.02.25
[ CSS ] 브라우저 스크롤바 제거  (0) 2021.02.03
[ CSS ] Placeholder  (0) 2021.01.22
[ CSS ] 줄바꿈 (개행문자) 표시 방법  (0) 2021.01.19