Is there a way to customize the angle at which the ends of a background are cut off when using
-webkit-transform: rotate(-#deg);
and background
selectors for tilted text with a background? I'm looking to achieve a design similar to the Cinemax logo.
I experimented with putting the span inside a parent div to cut off the edges, but it proved to be challenging. What is the most effective method to create angled ends for the background in CSS?