Is there any way I could draw a trapezium span thing with text in it? Doesn’t matter if the corners are rounded, in fact, I’d prefer it if they were. I know how to make an oval/circle with border-radius, but I’m stuck on the trapezium. Help please!
Share
I did it pure css using
pseudo-elementsandskewcss property with supportborder-radius: demo on dabblet.comhttp://img135.imageshack.us/img135/9683/eedea21cb3bc438fb33c80c.png
html:
<span>Trapezium</span>css:
UPD: demo without
pseudo-elements