background-blend-mode-body-fixed-ref.html (222B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Reference for: Blend a background image and a background color on the root, specifying background-attachment: fixed</title> 4 5 <style> 6 7 html { 8 background: #777777; 9 } 10 11 </style>