css CSS:来自https://github.com/nathansmith/960-Grid-System/blob/master/code/css/960_12_col.css的明确修复
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS:来自https://github.com/nathansmith/960-Grid-System/blob/master/code/css/960_12_col.css的明确修复相关的知识,希望对你有一定的参考价值。
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.clearfix:after,
.container_12:after {
clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
zoom: 1;
}
以上是关于css CSS:来自https://github.com/nathansmith/960-Grid-System/blob/master/code/css/960_12_col.css的明确修复的主要内容,如果未能解决你的问题,请参考以下文章
css [Decrepated,请参阅https://github.com/andy0130tw/plurk-css]我的新plurk主题灵感来自Material Design。
瞅瞅Facebook是怎么保证CSS代码质量的
css 墨水网格780px - https://github.com/zurb/ink
css在github页面上不起作用[关闭]
前端资源大整理
二次元的CSS—— 用 DIV + CSS3 画大白(详解步骤)