Home › Forums › CSS › Please help me achieve this. (Border/Skew) › Reply To: Please help me achieve this. (Border/Skew)
April 2, 2016 at 3:01 pm
#240148
Member
There’s a couple of ways to do that.
The first requires that the element have a child which will hold the text.
Once the parent is skewed, the child is skewed back the same amount:
http://codepen.io/Paulie-D/pen/eZGLGW
The second uses the triangle border technique on a couple of pseudo-elements…it’s up to you which you choose.