技术杂谈
未读
常见的 CSS 实现块元素居中方案
常见的 CSS 实现块元素居中方案 1、定位 + 负外边距 使用 position: absolute ,设置 left 、top 、 margin-left 、margin-top 的属性。这种方法基本浏览器都能够兼容,不足之处就是需要固定宽高。 /* 父元素 */
.parent{
po
技术杂谈
未读
常见class命名关键词
布局类:header,footer,container,main,content,aside,page,section 包裹类:wrap,inner 区块类:region,block,box 结构类:hd,bd,ft,top,bottom,left,right,middle,col,row,grid