CSS 简单的网格

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 简单的网格相关的知识,希望对你有一定的参考价值。

/*----------------------------------------------------------------------- 
  
  Simple Grid
   
-------------------------------------------------------------------------*/

.full ,
.one_half, 
.one_third, .two_thirds, 
.one_fourth, .two_fourths, .three_fourths, 
.one_fifth, .two_fifths, .three_fifths, .four_fifths,
.one_sixth, .three_sixths, .five_sixths {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 20px;
}

.full 		{ width: 940px; }
.one_half 	{ width: 460px; }
.one_third 	{ width: 300px; } 
.two_thirds 	{ width: 620px; }
.one_fourth 	{ width: 220px; } 
.three_fourths	{ width: 700px; }
.one_fifth 	{ width: 172px; } 
.two_fifths 	{ width: 364px; } 
.three_fifths 	{ width: 556px; }
.four_fifths	{ width: 748px; }
.one_sixth 	{ width: 140px; } 
.three_sixths 	{ width: 460px; } 
.five_sixths 	{ width: 720px; }

以上是关于CSS 简单的网格的主要内容,如果未能解决你的问题,请参考以下文章

css 一个PostCSS插件,以保持CSS网格简单愚蠢

css 最简单的网格

css 超级简单的flexbox网格

css 简单的嵌入式网格系统

CSS 简单的网格

css Beaver Builder主题博客的网格布局只需一个简单的步骤