Let's say I have a header tag like <h1>Menu</h1>
And I want to create a css rule to style it. First, with a blue background color. Then, near the lower right corner of the banner, I want it to style like the image below. Wondering how I can achieve that look.
This is the border style I want to achieve: Border style wanted
Seems really hard to achieve with css. Is there an easier way? I don't want it to be an image.
Create this with a
:beforeand:afterpseudo-elements + amaskfor the "hole".Somehow: