https://github.com/cutwell/relative-unit
Convert pixel measurements in CSS sheets to em units
https://github.com/cutwell/relative-unit
css em html pixel px stylesheet website
Last synced: about 1 year ago
JSON representation
Convert pixel measurements in CSS sheets to em units
- Host: GitHub
- URL: https://github.com/cutwell/relative-unit
- Owner: Cutwell
- Created: 2017-09-14T19:39:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T21:27:36.000Z (over 8 years ago)
- Last Synced: 2025-01-29T11:28:17.448Z (over 1 year ago)
- Topics: css, em, html, pixel, px, stylesheet, website
- Language: HTML
- Homepage: https://cutwell.github.io/relative-unit/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixels 2 EM
---
### wut?
- Convert pixel values in a CSS stylesheet into equivalent em values.
### why?
- Em values are far more flexible than pixel values, allowing for adaptive webpage designs.
### now?
- go check it out [here](https://cutwell.github.io/UniversalEm/).