Design e Recursos
Baseline Grid Gerador
Gerar baseline grid specs e CSS para vertical rhythm.
Entrada
Baseline Grid Gerador
baseline gridtypographycssdesign system
Saída
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.
Ferramentas relacionadas
Cor Conversor
Convert between HEX, RGB, e HSL Cor paramats.
CSS Gradient Gerador
Gerar a linear gradient e copy the CSS instantly.
Favicon Gerador
Create a simple SVG favicon de initials e bre Cors.
SVG Optimizer
Strip comments e collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments e extra whitespace.
CSS paramatador
Pretty-print CSS com readable indentation.