Common CSS page layout

Source: Internet
Author: User

Common CSS page layout

1. Global CSS settings

Body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {margin: 0; padding: 0; border: 0 ;}
Body {background: # fff; color: #000; width: 970px; text-align: left;Margin: 0 auto;}
Td, p, li, select, input, textarea, div {font-size: 12px; font-family: ""}

Table {border-collapse: collapse ;}

 

The first line sets the default value of the basic element. For the three main attributes that affect the appearance of margin, padding, and border, different browsers have different default values. Here, the default value is 0.

 

The second row sets the main attributes of the body. Note that the red part is added. margin: 0 auto center the page. If the auto value is not added, the page is left.

 

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.