Design und Assets
Zeitline CSS Generator
Erzeuge vertical Zeitline CSS.
Eingabe
Zeitline CSS Generator
timelineroadmapcssui
Ausgabe
Timeline CSS Generator
.timeline {
position: relative;
display: grid;
gap: 18px;
padding-left: 26px;
}
.timeline::before {
content: "";
position: absolute;
left: 8px;
top: 0;
bottom: 0;
width: 2px;
background: #ede9fe;
}
.timeline .item {
position: relative;
border-radius: 12px;
background: white;
color: #0f172a;
padding: 16px;
}
.timeline .item::before {
content: "";
position: absolute;
left: -22px;
top: 18px;
width: 12px;
height: 12px;
border-radius: 999px;
background: #8b5cf6;
box-shadow: 0 0 0 4px color-mix(in srgb, #8b5cf6 20%, white);
}Live preview
Live canvas
Ähnliche Tools
Accordion CSS Generator
Erzeuge accordion panel CSS.
Avatar Stack CSS Generator
Erzeuge overlapping avatar stack CSS.
Border Radius Generator
Erzeuge border-radius CSS aus corner values.
Floating Label Input CSS Generator
Erzeuge floating label input CSS.
Focus Ring CSS Generator
Erzeuge accessible focus-ring CSS.
Gradient Border CSS Generator
Erzeuge gradient border CSS styles.