I have tried to build a trapezium which has a Text-Content and a Border (white 1px line).
I found the examples with something like this:
height: 0;
width: 120px;
border-bottom: 120px solid #ec3504;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
This is a png example, if i use this as background with transpartent color it would work but is kind of a hack and not as nice...
"clip-path" seems to be not supported enough, so are there other ways? would SVG be a possibility?
Thanks in Advance