Difference between revisions of "Box model (CSS)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Description)
(See also)
Line 20: Line 20:
 
== See also ==
 
== See also ==
  
 +
* [[Background (CSS)]]
 
* [[Cascading Style Sheets]]  
 
* [[Cascading Style Sheets]]  
 
* [[Web design]]
 
* [[Web design]]

Revision as of 05:27, 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

Boxarea.png

See also

External links