CSS 无图片技术总结

2016-06-01
阅读 3 分钟
3.2k
首先我们重复135度的透明背景,可以得到下面的<div class="demo-jagged-border-half"></div>

前端常用样式总结

2016-05-15
阅读 3 分钟
4.8k
本文全部使用 scss + autoprefixerBrower support: flex box(IE 10+), :before & :after IE 8+(IE8 only supports the single-colon) Sticky footer 内容高度不够时,footer 依然显示到最下面大概有这样的 html 结构 {代码...} flex 布局 {代码...} 查看 demo -margin & padding {代码...} 查看 demo absolute c...