https://github.com/murphyadam/css
This repositoy will hold all the CSS files I have made, found useful, and would like to share.
https://github.com/murphyadam/css
Last synced: about 2 months ago
JSON representation
This repositoy will hold all the CSS files I have made, found useful, and would like to share.
- Host: GitHub
- URL: https://github.com/murphyadam/css
- Owner: MurphyAdam
- Created: 2020-02-16T20:11:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T20:29:01.000Z (over 6 years ago)
- Last Synced: 2025-03-20T16:57:19.398Z (over 1 year ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS
This repositoy will hold all the CSS files I have made, found useful, and would like to share.
# Spacing file
This is a small (6.5 KB normal, 5.3 minified) css file that let you add padding or margins to elements easly using the rem values and a very simple and logical syntax. For example:
`
`
This adds 1rem of padding to the top of the element. You can replace the "padding" with "margin", "right" with [bottom, left, top], and "1" with 0.5 or a positive integer 1-20.