more.css 364 B

12345678910
  1. .scalloped-bottom {
  2. background-color: transparent;
  3. background-image: radial-gradient(circle at 10px 10px, transparent 0, transparent 9px, white 10px);
  4. background-size: 20px 20px;
  5. background-repeat: repeat-x;
  6. background-position: bottom;
  7. height: 10px;
  8. transform: rotate(180deg);
  9. filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.08));
  10. }