context-fill-or-stroke-opacity-02-ref.html (264B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 6 div { 7 width: 100px; 8 height: 100px; 9 display: inline-block; 10 } 11 12 </style> 13 </head> 14 <body> 15 <div style="background: rgba(0, 0, 255, 0.3); "></div> 16 <div style="background: rgba(0, 0, 255, 0.7); "></div> 17 </body> 18 </html>