I'm using the clip-path technique to make a polygon in a certain area of the site:
.cliped {
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%);
-ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%);
clip-path: polyg...
asked by
25.01.2016 / 14:57