<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>
Posted Ender.Lu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了background-blend-mode叠加代码相关的知识,希望对你有一定的参考价值。
<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叠加代码的主要内容,如果未能解决你的问题,请参考以下文章