Home Web Front-end HTML Tutorial css3 multi-column display_html/css_WEB-ITnose

css3 multi-column display_html/css_WEB-ITnose

Jun 24, 2016 am 11:51 AM

columen-width: Define the width of a single column display. The initial value is auto, which applies to irreplaceable block-level elements, inline block elements and cells, except table elements.

                      目前Webkit引擎支持-webkit-column-width,Mozilla Gecko引擎支持 -moz-column-width;

                     作用:如果页面内容能够在单列显示就在单列显示,如果页面If the width is wide enough, multiple columns will be displayed.

column-count:

                      Define the number of columns displayed in a single column. The initial value is auto, which applies to irreplaceable block-level elements, inline block elements and cells, except table elements.

At present, the webkit engine supports -webkit-colorn-count, the Mozilla Gecko engine supports -moz-colorn-count; number display.

column-gap:

                              Define the spacing between columns. The initial value is normal (1em), which applies to irreplaceable block-level elements, inline block elements and cells, except table elements.

At present, the webkit engine supports -webkit-colorn-gap, the Mozilla Gecko engine supports-Moz-Column-Gap;

Function: Define the distance between columns.

column-rule: & lt; specific & gt; | & lt; style & gt; | & lt; color & gt; | & lt; transparent & gt; Applies to irreplaceable block-level elements, inline block elements and cells, except table elements.

At present, the webkit engine supports -webkit-column-rule, the Mozilla Gecko engine supports-Moz-Column-Rule;

For example: dashed gray border

-webkit-column-rule:dashed 1px gray;

-moz-column-rule:dashed 1px gray;

column-rule:dashed 1px gray;

column-span: Define cross-column display. Initial value 1 is suitable for static and floating elements. all values ​​span all columns and are positioned on the column Z axis.

Currently Webkit engine supports -webkit-column-span, and Mozilla Gecko engine supports -moz-column-span;

column-fill: Define the initial value of column height balance: suitable for multi-column layout Element, the height of each column will be unified according to the height of the row with the most content.

auto: The height of each column changes automatically as its content changes.

Currently Webkit engine supports -webkit-column-fill, and Mozilla Gecko engine supports -moz-column-fill;

< ;html lang="en">

css3 multi-column display



In the new economy, how can anyone build a pipeline of sustained hereditary income? You can become the millionaire next door
!
Dear Reader:
A hundred years ago, it was almost impossible for ordinary people to become millionaires. Let’s take a look at this survey on living standards in the 20th century
Statistics: In 1900, the average salary in the United States was 0.22 US dollars per hour, and the average worker’s annual income was between 200 US dollars and up to 400 US dollars
between, below the poverty line at the time. At that time, only 6% of Americans had graduated from high school, and the average life expectancy was 47 years. Only 14% of households
have bathtubs. There are only 8,000 cars in the United States and only 144 miles of paved roads. Until World War I, the average American family spent 80% of their income on basic needs such as food, housing, and clothing.
In general, 100 years ago there were basically only two economic classes: the wealthy class and the other classes. Only one
out of 10 families is wealthy. He means that in 1900, 90% of the people in the United States were classified as poor.
The middle class still depends on wages to live.
Now turn the lens from a hundred years ago to 2001.
Right now, the average household income is $47,000. The number of cars exceeds the number of people. Most families have at least
two TVs. Life span is as long as 75 years. Now, the average person has more disposable income, more free time, and
more career choices than before.
However, most of the approximately 72 million households in the United States still rely on wages to survive.
Excluding the home, car and furniture, the average household asset is zero. zero! When income increases, household debt increases and work
hours also increase.
What went wrong?
Have you joined the wrong system?
The problem is that many people join the wrong plan. They get into the wrong system and lack the basic knowledge of how to build and
accumulate wealth.
Today I’m going to make a bold statement that may shock you. But this is absolutely true and unequivocal. Are you ready?
The simple, unvarnished truth is that today, becoming a millionaire is a choice, not an opportunity.
Is it true? Today, anyone with a middle-class income can become a millionaire. impossible? No. In fact,
it's simple.
If you want to become a millionaire today, all you need to do is follow these three steps:
1. Understand how wealth is built and accumulated;
2. Copy proven wealth-building systems;
3. Sustained over a period of time;
That's all. This is what ordinary people need to do to accumulate millions of assets: understand, copy, and persist.





Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is HTML easy to learn for beginners? Is HTML easy to learn for beginners? Apr 07, 2025 am 12:11 AM

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

What is an example of a starting tag in HTML? What is an example of a starting tag in HTML? Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? Apr 05, 2025 am 06:15 AM

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

How to implement adaptive layout of Y-axis position in web annotation? How to implement adaptive layout of Y-axis position in web annotation? Apr 04, 2025 pm 11:30 PM

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

See all articles