employer cover photo

appstract consulting

Is this your company?

appstract consulting interview question

What is the box model?

Interview Answer

Anonymous

21 Apr 2017

The CSS box model is the model you use to describe how a given DOM element look and spaces itself in regards to its siblings and in regard to the general page layout. You have the box sizing, the padding, the margin, the border and from time to time, you could also count in the positioning of the box, although that's a stretch.