Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
CSS Box Model for Block Elements
What is the CSS box model for block elements on a Web page?
✍: FYIcenter.com
The CSS box model specifies that each block element, like <p> or <div>, on a Web page should be displayed as a set of 4 nested boxes as shown in the diagram below:
.
1. The "margin" box - The most outer box is called "margin", which has a transparent color. You can see through the "margin" box. The thickness of the "margin" box can be controlled by the "margin" properties.
2. The "border" box - The first inner box is called "border". The thickness and color of the "border" box can be controlled by the "border" properties.
3. The "padding" box - The second inner box is call "padding", which shares the background color of the element. The thickness of the "padding" box can be controlled by the "padding" properties.
4. The "content" box - The most inner box is called "content", which is used to display the content of the element. The size of the "content" box is controlled by the "width" and "height" properties. The background color of the "content" box is controlled by the "background" properties. the "padding" box can be controlled by the "padding" properties.
2015-05-17, 2496🔥, 0💬
Popular Posts:
How to unzip a PowerPoint .pptx file? According to Microsoft documentation, a .pptx file is really a...
Where to find answers to frequently asked questions on FTP (File Transfer Protocol and related tools...
How to use my iPhone and iPad to set up and manage Chromecast device on my TV? I have a Chromecast d...
What is Microsoft Office 365? Office 365 is a cloud service offered by Microsoft that provide produc...
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...