CS Box Model Ⅰ

Source: Internet
Author: User

/* CSS Document */

body{
margin:0; "Outer spacing"
width:600px;
BORDER:3PX solid red;
}

div{

Background:silver

width:200px;

height:200px;


min-width:100px;
min-height:100px;
max-width:300px;
max-height:300px;

width:40%; "Priority principle, later set the width of the high will replace the previous setting"

Width:auto;
Height:auto; "Follow font changes"

1. Element inner margin
padding-top:10px; "Top padding, expands element maximum height"
padding-bottom:10px;
padding-left:10px;
padding-right:10px;

padding:10px 20px; "Up/down/around"
padding:10px 20px 30px; "Up/around/down"
padding:10px 20px 30px 40px; "Upper right Bottom left"
2. Outer margin of element
margin-top:10px; "Top margin, no expansion of element maximum height"
margin-bottom:10px;
margin-left:10px;
margin-right:10px;

margin:10px 20px; "Up/down/around"
margin:10px 20px 30px; "Up/around/down"
margin:10px 20px 30px 40px; "Upper right Bottom left"

overflow-y:visible; "Default Condition"
Overflow-y:auto; "Overflow Display scroll bar"
Overflow-y:hidden; "Crop out the overflow section"
Overflow-y:scroll; "Add scroll bar box"

}

CS Box Model Ⅰ

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.