I was wondering if there is a way to create a black transparent overlay to basically cover the entire contents of the webpage?
<body>
<div class="main-container">
<!--many more divs here to create webpage-->
</div>
</body>
Many thanks in advance

.main-container { background: #000; opacity: 0.4; height: 100%; width: 100%;? – Morpheus Jan 14 at 14:26