What does the CSS box-sizing property do?

  • It adjusts the box model of an element
  • It controls the width of an element
  • It defines the padding of an element
  • It specifies the border of an element
The CSS 'box-sizing' property adjusts the box model of an element. When set to 'border-box,' it includes the padding and border in the element's total width.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *