how to make webpage overlay on background code example
Example 1: make background overlay css
<div id="element-with-background-image">
<div id="color-overlay"></div>
...
</div>
Example 2: div color overlay css
box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 67%);