CSS Clip path example

/* Vertical Skew */ .element { clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); }
Give any shape as clipping mask for an image or any DOM element.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.