css时光机,CSS3时光机(蜡笔 | 彩笔)风格的照片滤镜特效

CSS

语言:

CSSSCSS

确定

.colored-pencil-effect {

background-image: url(/uploads/161101/happy.jpg);

background-size: cover;

background-position: 50%

}

@supports ((-webkit-filter: invert(1)) or (filter: invert(1))) and (mix-blend-mode: color) {

.colored-pencil-effect {

position: relative

}

.colored-pencil-effect:after,

.colored-pencil-effect:before {

display: block;

content: "";

position: absolute;

top: 0;

left: 0;

right: 0;

bottom: 0;

background-size: cover;

box-shadow: inset 0 0 0 1px #000

}

.colored-pencil-effect:before {

background-image: url(/uploads/161101/happy.jpg), url(/uploads/161101/happy.jpg);

background-blend-mode: difference;

background-position: calc(50% - 1px) calc(50% - 1px), calc(50% + 1px) calc(50% + 1px);

-webkit-filter: brightness(2) invert(1) grayscale(1);

filter: brightness(2) invert(1) grayscale(1)

}

.colored-pencil-effect:after {

background: inherit;

mix-blend-mode: color

}

}

img {

width: 600px;

}

body {

margin: 0;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值