css columns属性怎么用

css columns属性怎么用

css ccolumns属性用法

columns:饱含两个属性column-width,column-count

1.column-width 列的宽度

2.column-count列数

立即学习“前端免费学习笔记(深入)”;

浏览器兼容:

Internet Explorer 10 和 Opera 支持 column 属性

Firefox 支持替代的 -moz-column 属性

Safari 和 Chrome 支持替代的 -webkit-column 属性

示例

nbsp;html>                    p{margin:0;padding:5px 10px;background:#eee;}        h1{margin:10px 0;font-size:16px;}        .test1{            width:628px;            border:10px solid #000;            -moz-columns:100px 4;            -webkit-columns:100px 4;            columns:100px 4;        }        .test2{            border:10px solid #000;            -moz-columns:400px;            -webkit-columns:400px;            columns:400px;        }    

列数及列宽固定:

    

This module describes multi-column layout in CSS. By using functionality described in this document, style sheets laid out in multiple columns. 

    

This module describes multi-column layout in CSS. By using functionality described in this document, style sheets laid out in multiple columns. 

    

On the Web, tables have also been used to describe multi-column layouts. The main benefit of usingn to another on various output devices including speech

    

On the Web, tables have also been used to describe multi-column layouts. The main benefit of usingn to another on various output devices including speech synthesizers and small mobile devices.

列宽固定,根据内容自动分布列数:

    

This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. 

    

On the Web, tables have also been used to describe multi-column layouts. The main benefit of using CSS-based columns is flexibility; content can flow from one column to another, and the number of columns can vary depending on the size of the viewport. Removing presentation table markup from documents allows them to more easily be presented on various output devices including speech synthesizers and small mobile devices.

登录后复制

运行结果

abaa1dd2f823f3c8b8cadd56dd43fa7.png

以上就是css columns属性怎么用的详细内容,更多请关注【创想鸟】其它相关文章!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。

发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/2887212.html

(0)
上一篇 2025年3月10日 21:00:01
下一篇 2025年3月10日 21:00:11

AD推荐 黄金广告位招租... 更多推荐

发表回复

登录后才能评论