首页 > Web开发 > 详细

css3 画网格

时间:2015-12-28 14:03:36      阅读:167      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>css画网格</title>
<link rel="stylesheet" href="http://wow.techbrood.com/css/normalize.css">
<style type="text/css">
body {
background-image:
linear-gradient(0deg, transparent 14px, rgba(204, 204, 204, .2) 14.5px, rgba(204, 204, 204, .2) 15px, transparent 15.1px, transparent 29px, rgba(204, 204, 204, .2) 29.5px, rgba(204, 204, 204, .2) 30px,transparent 30.1px, transparent 44px, rgba(204, 204, 204, .2) 44.5px, rgba(204, 204, 204, .2) 45px, transparent 45.1px, transparent 59px, rgba(204,204,204, .8) 60px),
linear-gradient(90deg, transparent 14px, rgba(204, 204, 204, .2) 14.5px, rgba(204, 204, 204, .2) 15px, transparent 15.1px, transparent 29px, rgba(204, 204, 204, .2) 29.5px, rgba(204, 204, 204, .2) 30px,transparent 30.1px, transparent 44px, rgba(204, 204, 204, .2) 44.5px, rgba(204, 204, 204, .2) 45px, transparent 45.1px, transparent 59px, rgba(204,204,204, .8) 60px);
background-size:60px 60px;
}
</style>
</head>
<body>

</body>
</html>

技术分享

技术分享

css3 画网格

原文:http://www.cnblogs.com/zxy562323273/p/5082122.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!