运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> #myDIV { width: 400px; height: 400px; background-repeat: no-repeat, repeat; background-image: url("img_tree.gif"), url("paper.gif"); background-blend-mode: screen; } </style> </head> <body> <div id="myDIV"></div> <p><b>Note:</b> Edge prior 79 do not support the background-blend-mode property.</p> </body> </html>