Box model (CSS)
From Wiki @ Karl Jones dot com
Revision as of 10:33, 25 April 2016 by Karl Jones (Talk | contribs)
In Cascading Style Sheets, the box model defines the web page layout of HTML elements.
Description
The box model is a rectangular box that wraps around elements.
The box has several layers, nested inside each other:
- Margins
- Borders
- Padding
- Content