opacity-flattening-large-image-ref.html (438B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Reference: Opacity Flattening for Large Images</title> 6 <style> 7 div { 8 display: inline-block; 9 height: 40px; 10 width: 40px; 11 opacity: 0.25; 12 } 13 14 .blackcolor { 15 background: black; 16 } 17 </style> 18 </head> 19 20 <body> 21 <div class="blackcolor"></div> 22 <div class="blackcolor"></div> 23 <div class="blackcolor"></div> 24 <div class="blackcolor"></div> 25 <div class="blackcolor"></div> 26 </body> 27 </html>