Design und Assets
Baseline Grid Generator
Erzeuge baseline grid specs und CSS für vertical rhythm.
Eingabe
Baseline Grid Generator
baseline gridtypographycssdesign system
Ausgabe
Generated baseline grid CSS
Baseline
24.00px
:root {
--base-font-size: 16px;
--base-line-height: 1.5;
--baseline: 24.00px;
}
body {
font-size: var(--base-font-size);
line-height: var(--base-line-height);
background-image: repeating-linear-gradient(
to bottom,
transparent 0,
transparent calc(var(--baseline) - 1px),
#d4d4d8 calc(var(--baseline) - 1px),
#d4d4d8 var(--baseline)
);
}Grid preview
Baseline: 24.00px
Typography aligns to a consistent vertical rhythm.
Typography aligns to a consistent vertical rhythm.
Ähnliche Tools
Farbe Konverter
Convert between HEX, RGB, und HSL Farbe fürmats.
CSS Gradient Generator
Erzeuge a linear gradient und copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon aus initials und brund Farbes.
SVG Optimizer
Strip comments und collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments und extra whitespace.
CSS fürmatierer
Pretty-print CSS mit readable indentation.