Question
Will changing the padding
and margin
affect the dimensions of an element’s box?
Answer
As you will learn in a future exercise, modifying an element’s padding
and margin
properties will not affect it’s box dimensions unless we also modify the element’s default box-sizing
value.