CSS multi-column, user interface properties

Source: Internet
Author: User
Tags dashed line

CSS Multi-column

Common Properties:

Column-count in several columns

Column-gap column Spacing

Column-rule the style of a row divider (as with border)

For example:

A div is divided into three columns, the spacing between columns is 10px, the split line is (can not be set) 5 pixels red solid line so write

<style>

Div{column-count:3;

column-gap:10px;

column-rule:5px solid red;

}

</style>

Write this style to prefix

Column-rule

Width: Selectable values are thin (thin border), medium (medium border), thick (thick border), or values can be specified

Styles: Optional values are hidden (hidden). Dotted (dot shape). Dashed (dashed line), solid (solid), double (two lines)

User interface-related properties in CSS

Resize: Adjusting dimensions

box-sizing: Box resizing

Shown below:

CSS multi-column, user interface properties

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.