Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/englishextra/16pixels
16pixels.css is a set of CSS rules to ensure consistent 16 pixels based typography. Pixels are used for font sizes and line heights, as well as for paddings and margins. It's like typography normalizer. No dependencies. Wrap your HTML content with class .col and you are done.
https://github.com/englishextra/16pixels
css css-rules font-size fonts grid margin normalizer padding rems typography vertical-rhythm web
Last synced: 3 months ago
JSON representation
16pixels.css is a set of CSS rules to ensure consistent 16 pixels based typography. Pixels are used for font sizes and line heights, as well as for paddings and margins. It's like typography normalizer. No dependencies. Wrap your HTML content with class .col and you are done.
- Host: GitHub
- URL: https://github.com/englishextra/16pixels
- Owner: englishextra
- License: mit
- Created: 2014-03-12T11:23:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T16:16:18.000Z (over 3 years ago)
- Last Synced: 2024-11-17T01:46:46.192Z (3 months ago)
- Topics: css, css-rules, font-size, fonts, grid, margin, normalizer, padding, rems, typography, vertical-rhythm, web
- Language: HTML
- Homepage:
- Size: 7.71 MB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 16pixels
**16pixels.css** is a set of CSS rules to ensure consistent 16 pixels based typography. Pixels are used for font sizes and line heights, as well as for paddings and margins. Can be used as typography normalizer. No dependencies. Wrap your HTML content with class **.col** and you are done.
[![npm](https://img.shields.io/npm/v/16pixels.svg)](https://www.npmjs.com/package/16pixels)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0de605fc9397497895508d26e3bdbae2)](https://www.codacy.com/manual/englishextra/16pixels/dashboard?utm_source=github.com&utm_medium=referral&utm_content=englishextra/16pixels&utm_campaign=Badge_Grade)
[![CDNJS](https://img.shields.io/cdnjs/v/16pixels.svg)](https://cdnjs.com/libraries/16pixels)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/16pixels/badge)](https://www.jsdelivr.com/package/npm/16pixels)![16pixels](https://github.com/englishextra/16pixels/raw/master/img/16pixels-logo-36D7B7-935x230.png)
## npm Install
`npm install 16pixels`
## Usage
```html
Heading 1
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
```
## License
Available under [MIT license](https://opensource.org/licenses/MIT).