菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鸟学堂</title> <style> #myDIV { width: 290px; height: 69px; background-size: 290px 69px; background-repeat: no-repeat; background-image: linear-gradient(to right, #76b4f3 0%,white 100%), url('run-logo.png'); background-blend-mode: multiply; } </style> </head> <body> <div id="myDIV"> 菜鸟学堂 —— 学的不仅是技术,更是梦想!!! </div> <p><b>注意:</b> Internet Explorer 不支持 background-blend-mode 属性。</p> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net