featherjs
v0.1.0
Published
A lightweight library to select DOM elements
Downloads
93
Readme
Feather
Feather is a minimal CSS framework to make websites that are as light as a feather.
See my 180 Websites in 180 Days Project for some more fun!
Run Locally
Link to feather.min.css
<link rel="stylesheet" href="https://raw.githubusercontent.com/KingPixil/Feather/master/feather.min.css"/>
Run your project locally from the command line.
Visit the application at http://localhost:8080.
How to Use
- Link to Feather
<link rel="stylesheet" href="https://raw.githubusercontent.com/KingPixil/Feather/gh-pages/css/feather.css"/> <script src="https://raw.githubusercontent.com/KingPixil/Feather/gh-pages/js/feather.js"></script>
The grid
The grid is made up of rows and columns.
Make a row by adding
class="row"
A row is made up of twelve columns, to make a column, do:
<div class="span six"></div>
The above example will make a div span six columns. Just add the class column, and one-twelve.
You did it!
Buttons
- Just add the class btn and btn-1 through btn-6.
Animations
Add the class "animate" and the name of the animation, so far there is:
- bounce
- bounceIn
- fadeIn
Licensing
- See LICENSE