what is box-sizing in css ? (give some example) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

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

21st May 2020, 1:37 PM
Rabi Kumar Singh
Rabi Kumar Singh - avatar
1 Réponse
+ 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