Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css clippath

/* css clip-path */
/* polygon(x y, x y, x y, x y) */
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%); 
 
PREVIOUS NEXT
Tagged: #css #clippath
ADD COMMENT
Topic
Name
4+2 =