css html 方格,使用CSS创建方格背景

这里是一个什么样的格仔背景看起来在图形设计编辑器,如Photoshop或Illustrator的翻版。 (所有的CSS)

.checkered{

height: 240px;

background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;

background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;

background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;

background-repeat: repeat, repeat;

background-position: 0px 0, 5px 5px;

-webkit-transform-origin: 0 0 0;

transform-origin: 0 0 0;

-webkit-background-origin: padding-box, padding-box;

background-origin: padding-box, padding-box;

-webkit-background-clip: border-box, border-box;

background-clip: border-box, border-box;

-webkit-background-size: 10px 10px, 10px 10px;

background-size: 10px 10px, 10px 10px;

-webkit-box-shadow: none;

box-shadow: none;

text-shadow: none;

-webkit-transition: none;

-moz-transition: none;

-o-transition: none;

transition: none;

-webkit-transform: scaleX(1) scaleY(1) scaleZ(1);

transform: scaleX(1) scaleY(1) scaleZ(1);

}

你可以在我的笔看到一个工作示例here

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值