代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
<style>
4
#myDIV {
5
width: 290px;
6
height: 69px;
7
background-size: 290px 69px;
8
background-repeat: no-repeat;
9
background-image: linear-gradient(to right, yellow 0%,white 100%), url('/static/i/css/paris.jpg');
10
background-blend-mode: saturation;
11
}
12
</style>
13
14
<div id="myDIV">简单教程 —— 简单教程,简单编程</div>
15
16
<p><b>注意:</b> Internet Explorer 不支持 background-blend-mode 属性。</p>
17
18
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>