fork download
  1. .timeline-star ul li::after {
  2. clip-path: polygon(
  3. 50% 0%,
  4. 61% 35%,
  5. 98% 35%,
  6. 68% 57%,
  7. 79% 91%,
  8. 50% 70%,
  9. 21% 91%,
  10. 32% 57%,
  11. 2% 35%,
  12. 39% 35%
  13. );
  14. }
Success #stdin #stdout 0.03s 25788KB
stdin
Standard input is empty
stdout
.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}