Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. .box {
  2. width: 100px;
  3. height: 100px;
  4. background-color: red;
  5. clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement