A chamfered edge looks bad in Chrome. Firefox is fine. 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 top border of the frame to RGBA (44, 62, 80, 0). This smooths the line: "//" β
border-top: 30px solid rgba(44, 62, 80, 0);
http://jsfiddle.net/wmvq5uz1/
Source: https://habr.com/ru/post/1207043/More articles:J and L-systems - arraysUsing NodeJS 100% cpu - epoll_wait - node.jsGradle dependency library with old version of my other dependency library - androidVertical and horizontal scatter chart labels in Pandas - pythonOnItemClickListener cannot be allowed for type (inside fragment) - androidActivator Game Problem on IntelliJ Idea 14 - scalaSwift: extract float from byte data - type-conversionAdd code to automatically generated class in SWIG - c ++Is it possible to add code to an existing method when using Swig to create a C # shell for C ++ code? - c ++Eclipse cannot load javadoc ("Unknown javadoc format for ") - javaAll Articles