[Solved] CSS for text inside a ribbon/pennant type shape [closed]
[ad_1] There are multiple ways to do this. But you can split it in 2 separate shapes. Rectangular shape ( background of the text ) and a triangle using a pseudo element. See below Tweak around with the border values of the after element to achieve exactly the shape you want. span { position:relative; color: … Read more