The _____________ property allows us to include the padding and border in an element’s total width and height.
A. margin
B. box-sizing
C. padding
D. none of the mentioned
Answer: Option B
Solution(By Examveda Team)
Example:
.div1{
box-sizing: border-box;
}
Join The Discussion