<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>

  

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2021-11-17
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案