I'm implementing a CSS triangle but it has whitespace on the right. I would like to display some text on the right of the triangle. I have tried editing the margin and the padding but had no success yet. I found other examples of CSS triangles like this one which also have whitespace on the right.
Anyone got a suggestion how to remove this?
I used http://apps.eky.hk/css-triangle-generator/
with this CSS code
width: 0px;
height: 0px;
border-style: solid;
border-width: 35px 22.5px 0 22.5px;
border-color: #ff5154 transparent transparent transparent;
Here's the example http://jsfiddle.net/g3b6w/