The CSS thing.

Source: Internet
Author: User

1. css files must use UTF-8 encoding;

2. CSS code must be lowercase;

3. Constant values cannot be quoted unless the value contains spaces. such as: color: "Red" is wrong, should be removed from the quotation marks; font-family: "Century Gothic"; If the name contains spaces, it must be quoted;

4. Background-img:url ("img.jpg"); The URL must be quoted if there is a space, otherwise it is not necessary;

5. Each line must end with a semicolon;

6. Note as/*...*/

7. The!important rule is added with the highest precedence. such as: color:red!important;

8. Box model (or box model). Each element will be rendered as one of the boxes in the browser. There are 6 main types of boxes:

  • In-line frame (inline box)
  • Inline block-level boxes (inline-block box)
  • Block-level boxes (blocks box)
  • Table boxes (table box)
  • Absolute frame (Absolute box)
  • Floating frame (floated box).

9. Elements that use the Float property are rendered as Inline-block.

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.