css 清除浮动

来源:互联网 发布:阿里云数据分析 编辑:程序博客网 时间:2024/06/15 16:46

css 清除浮动

.float-left {  float: left;}
.float-right {  float: right;}
.clear-fix:after {  display: table;  content: '';  clear: both;}
原创粉丝点击