常用清除浮动:
.clearfix::after{ content: ‘‘; clear: both; display: block; }
尽量不要用overflow:hidden;
实现上下左右绝对居中(比较简单的写法)
display: flex; justify-content: center;
align-items: center;
标签:blog 居中 after rip splay block post isp 写法
常用清除浮动:
.clearfix::after{ content: ‘‘; clear: both; display: block; }
尽量不要用overflow:hidden;
实现上下左右绝对居中(比较简单的写法)
display: flex; justify-content: center;
align-items: center;
标签:blog 居中 after rip splay block post isp 写法
原文地址:https://www.cnblogs.com/xumqfaith/p/8241979.html