1382534.html (745B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 .container { 6 position: absolute; 7 top: -1px; 8 bottom: -1px; 9 left: 0; 10 width: 100%; 11 clip: rect(0, auto, auto, 0); 12 clip-path: inset(0 0 0 0) 13 } 14 .picture { 15 position: fixed; 16 } 17 </style> 18 </head> 19 <body> 20 <div class="container"> 21 <div class="picture"> 22 <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="> 23 </div> 24 </div> 25 </body> 26 </html>