what is box-sizing in css ? (give some example) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is box-sizing in css ? (give some example)

21st May 2020, 1:37 PM
Rabi Kumar Singh
Rabi Kumar Singh - avatar
1 Answer
+ 1
Rule of thumb: if an element needs to set width:100% to parent, and it has border width (no zero), always set box-sizing: border-box Checkout the examples on this mozilla documentation https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing
21st May 2020, 1:56 PM
Calviղ
Calviղ - avatar