Author: | devinhunt |
---|---|
Views Total: | 423 views |
Official Page: | Go to website |
Last Update: | June 11, 2018 |
License: | MIT |
Preview:

Description:
Typebase.css is a minimal, customizable typography stylesheet. It has both less and sass versions so it can easily be modified and merged into modern web projects.
It provides all the necessary scaffolding for good typography without adding any aesthetics. It is built to be modified as projects evolve and grow, and plays nice with normalize.css.
How to use it:
Include typebase.css file in the head section of your web page.
<link rel="stylesheet" type="text/css" href="typebase.css" />
Write Html codes.
<h1> Title 1 </h1> <h2> Title 2 </h2> <p class="lead"> Leading paragraph text </p> <p> Text </p>
Changelog:
v0.5.0 (2018-06-11)