CSS3实现多背景展示效果通过CSS3定位多张背景
发布时间:2016-12-27 来源:查字典编辑
摘要:css3实现多背景展示通过css3定位多张背景并且使用固定属性。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css3实现多背景展示</title>
</head>
<body>
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</body>
</html>
通过css3定位多张背景并且使用固定属性。