码迷,mamicode.com
首页 > 其他好文 > 详细

background-blend-mode叠加代码

时间:2017-12-27 15:41:20      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:highlight   head   contain   nta   body   url   叠加   mod   pre   

<html>
<head>
<style>
.container {
    background: url("p1.jpg"), url("p2.jpg");	
    background-size:cover;    
    background-blend-mode: lighten;
    width:500px;
    height:500px;
}
</style>
</head>
<body>
	<div class="container"></div>
</body>

</html>

  

background-blend-mode叠加代码

标签:highlight   head   contain   nta   body   url   叠加   mod   pre   

原文地址:https://www.cnblogs.com/coolyylu/p/8125656.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!