Use CSS + Div for a simple center structure

Source: Internet
Author: User

CSS:

# A1 {width: 400px; Height: 200px; margin: 0 auto ;}
. B {float: Left; width: 200px; Height: 200px; Background-color: #666666 ;}
. B1 {float: Left; width: 200px; Height: 200px; Background-color: #666666 ;}

HTML:

<Div id = "A1">
<Div class = "B"> first </div>
<Div class = "B1"> second </div>
</Div>

 

CodeVery simple. Note: float is used to arrange two elements side by side. margin is used to arrange elements in a simple center.

The DIV with ID = A1 actually starts a container that fully integrates the B B1 element. Why is this done because of the mutual exclusion between margin and float.

Result:

 

 

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.