CSS three ways to implement three-column layouts (with code)

Source: Internet
Author: User
This article introduces to you about the CSS implementation of the three-column layout of three ways (with code), there is a certain reference value, the need for friends can refer to, I hope to help you.

Floating layouts

Divided into three Div, the other parent contains the three Div, using float,

Note points: Three div,left---Right---> center in this order

<! DOCTYPE html>

Flex

Set the middle box flex:1 so that you can adapt to the default horizontal arrangement

<! DOCTYPE html>

Flex-related knowledge points, which are commonly used in

1. Set Display:flex

2. Container diagram:

Axes: Horizontal main axis and vertical cross axis

3. Container Properties

Flex-direction: direction of spindle, row | Row-reverse | Column | Column-reverse;

Flex-wrap: Line break, nowrap | Wrap | Wrap-reverse;

Flex-flow:flex-direction and Flex-wrap Shorthand

Justify-content: Alignment on spindle, Flex-start | Flex-end | Center | Space-between | Space-around;

Align-items: How to align on the cross axis, Flex-start | Flex-end | Center | Baseline | Stretch

Absolute positioning Alignment

<! DOCTYPE html>
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.