Advertisement
bongzilla

Untitled

Aug 26th, 2021
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.11 KB | None | 0 0
  1.     $blocks.each(function(idx) {
  2.         $(this).css({
  3.             "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0% 100%)"
  4.         })
  5.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement