I'm trying to make a parallelogram but I don't know how to make exactly the one I want. I have seen some that are quite similar to the one I want to achieve.
#paralelogramo {
width: 150px;
height: 100px;
background: #bdc3c7;
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
}
<div id="paralelogramo" class="forma"></div>
That's the most I've ever gotten.
The result I want to achieve is the following:
I don't want it to be an image as when I hover and the mouse effects won't work right.
All the best !
Work on the Y axis and that's it: