Is there a way to achieve this particular shape when the current page is being displayed?
https://i.stack.imgur.com/HELTM.jpg
This is how my current code looks:
current {
transform: skew(-20deg);
border: 1px solid white;
color: black;
background-color: white;
}
However, the text also ends up going sideways. Is there a solution for this?