Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. border: 0;
  2. background: #c00;
  3. background:
  4. linear-gradient(135deg, transparent 10px, #c00 0) top left,
  5. linear-gradient(225deg, transparent 10px, #c00 0) top right,
  6. linear-gradient(315deg, transparent 10px, #c00 0) bottom right,
  7. linear-gradient(45deg, transparent 10px, #c00 0) bottom left;
  8. background-size: 50% 50%;
  9. background-repeat: no-repeat;
  10.  
  11. &.round {
  12. background-image:
  13. radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #c00 15px),
  14. radial-gradient(circle at 100% 0, rgba(204,0,0,0) 14px, #c00 15px),
  15. radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 14px, #c00 15px),
  16. radial-gradient(circle at 0 100%, rgba(204,0,0,0) 14px, #c00 15px);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement