Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis
Given that theskewX()function skews the selected element along the X-axis by a given degree, it is no surprise that theskewY()property skews an element along the Y (vertical) axis.
Skew the element with the id oftop-10 degrees along the Y-axis by using thetransformproperty.