I am trying to create a container for my website and have it be slightly slanted on the bottom like so:
Does anyone know how to do this? I tried transform: skewy(-10deg);
but it does the top too which I'm trying not to do.
HTML
<div class="slanted">HI</div>
CSS
.slanted {
background-color:red;
height:500px;
}