Shape

How can we get a similar shape as in the screenshot? We tried our additional CS code, unfortunately for mobile devices and sometimes depending on the length of the shape it is not an ideal solution and we have to make manual corrections for each such element.



For example, we used our additional CSS as below, but often such an object displays incorrectly or the object does not look as it should:

width 940px -> clip-path: polygon(0 0, 98% 0, 90% 100%, 0% 100%);

or

width 1200px -> clip-path: polygon(0 0, 98% 0, 95% 100%, 0% 100%);

Comments

Sign In or Register to comment.