https://github.com/javierbyte/cutereset
Small and cute flexbox ready css reset.
https://github.com/javierbyte/cutereset
Last synced: 4 months ago
JSON representation
Small and cute flexbox ready css reset.
- Host: GitHub
- URL: https://github.com/javierbyte/cutereset
- Owner: javierbyte
- Created: 2015-11-14T18:57:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T08:11:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T22:27:29.650Z (6 months ago)
- Language: CSS
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cute Reset
This is this css 'reset' that I use, mostly because I want `border-box` paddings, margin and padding reset, and some flex utils.
## Features
* Border-box box-sizing by default, overridable.
* Reset margins and paddings.
* `flex` class utils.
* `flex-direction-column`
* `flex-1`
* `flex-2`
* `flex-align-center`
* `flex-align-start`
* `flex-align-stretch`
* `flex-content-center`
* `flex-justify-center`
* `h1` to `h5` size reset.