1使用混合模式打造复古风格的图片边框

div{
    background-color: #FFFFFF;
    background-size: cover;
    background-image: url(img/masque-24.png);
}
div img{
    width: 100%;
    mix-blend-mode: screen;
}

 

posted on 2015-10-27 15:52  苏荷酒吧  阅读(91)  评论(0)    收藏  举报