The Box-sizing property in CSS3

Source: Internet
Author: User
Grammar:

Box-sizing:content-text | Border-box | Inherit

Content-box (default):

The width and height are applied to the element's content box, and the inner margin and border of the element are drawn outside the width and height.

Border-box:

The width and height of the element determines the bounding box of the element, meaning that any padding and borders specified for the element will be drawn within the set width and height, and the width and height of the content can be obtained by subtracting the border and padding from the set width and height.

Inherit

Specifies the value that inherits the Box-sizing property from the parent element.

Example: Content-box (default):

Border-box:

Browser compatibility:

IE8 and above support this property, Firefox needs to add browser vendor prefix-moz-, the lower version of iOS and Android browser also need to add-webkit-.

The Box-sizing property in CSS3

Related Article

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.