Generate a vertical CSS timeline.
.timeline { position: relative; padding-left: 24px; }
.timeline::before { content: ""; position: absolute; left: 6px; top: 0; bottom: 0; width: 2px; background: #0ea5e9; }
.timeline-item { position: relative; padding-bottom: 24px; }
.timeline-item::before { content: ""; position: absolute; left: -22px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: #0ea5e9; border: 2px solid #fff; }