Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.4 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.4 KB

Plum

Plum is a CSS toolkit that you can use to build responsive websites with simplicity in every aspect but in a kickass way. It includes a basic set of CSS elements optimized for perfect typography and a fluid grid system that is easy to use. Works well on IE 9+, Chrome, Firefox, Opera, Safari and to your mobile's browser.

Lets get started

Link it up!

<link rel="stylesheet" type="text/css" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/plum.css">

plum.css includes all the stuff that you need to use plum, there's also a minified version of this and you can use that if you want.
normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

Roadmap

What's missing?

  1. Navbars
  2. Icons
  3. Progress bars
  4. Advanced input elements
  5. Documentation
  6. yadda yaddaa..

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Crafted by Robbie Marcelo
Licensed under the Apache License v2.0