I need to make that white thing over grey stripe. I got confused as I haven't made anything like that before. Which approach would you apply for creation of such thing?
<div class="stripe"></div>
.stripe {
background-color: #B7B7B7;
height: 13vh;
}
Thank you in advance!