blob: 2f462178120a1a625e85905f7855881d9ab3e141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<head>
<title>[simple<div>] blending reference</title>
<link rel="author" title="Aili Wang" href="mailto:augur521@hotmail.com">
<link rel="help" href="http://www.w3.org/TR/compositing-1/">
<style>
#b{background-color:rgb(0,255,0); width:100px;height:100px
}
</style>
</head>
<body>
<div id="b"></div>
</body>
</html>
|