Homework 4 - Antar Grier

What is the CSS box model?

The CSS box model shows how the basic HTML elements are going to be desplayed in a higerarchy of sorts. From the inside out, it will be Content, Padding, Border, Outline then Margin.

What is the difference between margin and padding?

The difference bewteen the two is where each of them seperates space on the webpage. Margin works outside the border and Padding works inside.

How is the total height and width of an HTML element determined?

The box-sizing Property is what is used for adjustments to the total height and width

Explain the CSS property: padding :25px 50px

The padding element will have 25px top and bottom with 50px left and right