css3实现背景模糊的三种方式(小结)
一、普通背景模糊 代码: <Style> html, body { width: 100%; height: 100%; } * { margin: 0; padding: 0; } /*背景模糊*/ .bg { width: 100%; height: 100%; position: relative;
下载地址
用户评论