Blanka is the second layer for your web project. Add it just after Normalize.css.
Unlike other CSS baselines (such as Bootstrap's Reboot or Pure CSS), Blanka.CSS do not set look and feel. Font stack, typographic scale, table and forms look is up to you.
- blanka.html – blank HTML template.
- blanka.css – typography CSS baseline.
- blanka-type-test.html – typography HTML stress test.
- blanka-type-test.cz.html – Czech typography stress test.
- blanka-type-test-article.cz.html – Czech typography stress test for article-type pages.
File blanka-helpers.css contains basic utility classes for:
- Display properties (like
.d-b
fordisplay:block
). - Paddings and margins (
.m-0
formargin:0
ormb-0-25
formargin-bottom:.25rem;
). - Text Align (
.ta-r
fortext-align:right
). - Other helpers like
.hidden-print
,.img-fluid
or the well-known.sr-only
classes.
- Both webpages and webapps are based on web documents.
- Good typography is a necessary foundation for document.
- Simple is better than robust.