<style>
.container {
background-color:#ccc;
width: 100%;
height: 70px;
}
.container div {
background-color:#888;
width: 30px;
height: 30px;
}
</style>
<div class="container">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
https://codepen.io/maris35195242/pen/wvyRBWr