I'm trying to achieve the effect of the blue strip shown in the image below. It's inside the wrapper so the HTML code looks like this:
<body>
<div class="wrapper">
<div class="strap"></div>
</div>
</body>
I understand it involves using z-index. The strap should be visible across the entire page. Thank you for your assistance! https://i.sstatic.net/EsTKC.jpg