التصميم والموارد
Baseline Grid مولد
إنشاء baseline grid specs و CSS لـ vertical rhythm.
الإدخال
Baseline Grid مولد
baseline gridtypographycssdesign system
الإخراج
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.
أدوات مشابهة
لون محول
Convert between HEX, RGB, و HSL لون لـmats.
CSS Gradient مولد
إنشاء a linear gradient و copy the CSS instantly.
Favicon مولد
Create a simple SVG favicon من initials و brو لونs.
SVG Optimizer
Strip comments و collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments و extra whitespace.
CSS منسق
Pretty-print CSS مع readable indentation.