Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

featherjs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

featherjs

A lightweight library to select DOM elements

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  1. Link to feather.min.css

    <link rel="stylesheet" href="https://raw.githubusercontent.com/KingPixil/Feather/master/feather.min.css"/>
    
  2. Run your project locally from the command line.

  3. Visit the application at http://localhost:8080.

How to Use

  1. 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

  1. The grid is made up of rows and columns.

  2. Make a row by adding

    class="row"
    
  3. 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.

  4. You did it!

Buttons

  1. 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

Keywords

FAQs

Package last updated on 07 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc