码迷,mamicode.com
首页 > Web开发 > 详细

css3 画网格

时间:2015-12-28 14:05:50      阅读:154      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!