An open API service indexing awesome lists of open source software.

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.

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.