745934-1.html (471B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <style> 5 div { 6 position: absolute; 7 top: 200px; left: 200px; 8 width: 600px; 9 height: 500px; 10 background: yellow; 11 opacity: 0.3; 12 transform-style: preserve-3d; 13 -webkit-transform-style: preserve-3d; 14 transform-style: preserve-3d; 15 transform: translate(-200px, -200px); 16 -webkit-transform: translate(-200px, -200px); 17 transform: translate(-200px, -200px); 18 } 19 </style> 20 </head> 21 <body> 22 <div></div> 23 </body> 24 </html>