Welcome to Des Mathews Yoga Therapy!
The best way to reach me is to Send an Email
What might a class with me include?
box-sizing: content-box (default):
The width for this div is set as 400px. Thus, the full width is 400px + 10px (left and right border) + 100px (left and right padding) = 510px.
box-sizing: border-box:
The width and height apply to all parts of the div element: The full width is 400px.