Which of these statements is true about the CSS box model? O Values of box model properties are always described in pixels. Divs have no space between the content and the edges of the box until you add them with CSS rules. O The default value for margin, border, and padding properties is 100%. O The total width of a box is the sum of the left and right margins, borders, and padding. DONE