I want to skew a div so that it remains as in the image. And I have no absolute idea to do it. Thank you very much in advance.
header{
width: 100%;
height: 60px;
background-color: #76cad4;
box-shadow:2px 2px 5px grey;
}
.fondo-img{
width: 20%;
height: 100%;
background-color: #f5f5f5;
}
<header>
<div class="fondo-img"><img src="img/logo-stucom.png"></div>
</header>