/* css clip-path */
/* polygon(x y, x y, x y, x y) */
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
GO TO : https://bennettfeely.com/clippy/ for auto generating clip-path shapes
clip-path: ellipse(20px 20px at 20% 20%);
clip-path: circle(20px at 20% 20%);
/*css clip-path Maker enjoy!*/
https://bennettfeely.com/clippy/
/* Easiest way to draw from clip path is using
https://bennettfeely.com/clippy/
*/