Bevelled edge looks bad in Chrome. In Firefox is ok. Why?
http://codepen.io/anon/pen/EaxJKv
.rr-left:after {
bottom: 0;
border-top: 30px solid #2c3e50;
border-right: 1050px solid #FFFFFF;
}
Try changing the border top to RGBA(44, 62, 80, 0). This smooths the line a fair bit:
border-top: 30px solid rgba(44, 62, 80, 0);
http://jsfiddle.net/wmvq5uz1/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With