Difference between revisions of "Box model (CSS)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Description) |
Karl Jones (Talk | contribs) (→Description) |
||
Line 4: | Line 4: | ||
The box model is a rectangular box that wraps around elements. | The box model is a rectangular box that wraps around elements. | ||
+ | |||
+ | === Layers === | ||
The box has several layers, nested inside each other: | The box has several layers, nested inside each other: |
Revision as of 04:26, 3 May 2016
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.
Layers
The box has several layers, nested inside each other:
- Margins
- Borders
- Padding
- Content
Diagram
See also
External links
- Box model @ w3.org
- CSS layout model - boxes borders margins padding @ w3.org
- CSS2 Box model @ w3.org
- Cascading Style Sheets/Box Model @ wikibooks.org
- Introduction to the CSS Box model @ developer.mozilla.org
- The CSS Box model @ CSS-Tricks
- CSS Box Model @ w3schools.com
- Opening the Box model @ learn.shawhowe.com
- CSS Box model @ khanacademy.org
- The CSS Box model - Adam Roberts
- Collapsing margins - Adam Roberts