Skip to content

PenroseCSS is a lightweight CSS framework to get a project up and running with little scaffolding. It styles basic HTML elements mostly used in a prototype projects.

License

Notifications You must be signed in to change notification settings

rosalesnikho/PenroseCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PenroseCSS is a simple, responsive boilerplate to kickstart any prototype project.

Getting started

There are a couple ways to download PenroseCSS:

  • Download the zip
  • Clone the repo: https://github.com/rosalesnikho/PenroseCSS.git (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)

What's in the download?

The download includes PenroseCSS's CSS, Normalize CSS as a reset, a sample favicon, and an index.html as a starting point.

PenroseCSS/
├── index.html
├── css/
│   ├── normalize.min.css
    ├── penrose.css
│   └── style.css
└── images/
    └── favicon.ico

Why Use PenroseCSS?

PenroseCSS is lightweight. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid.

  • Around 400 lines of CSS unminified and with comments
  • It's a starting point, not a UI framework
  • No compiling or installing...just vanilla CSS
  • Styles most often used HTML Elements for scaffolding or prototyping
  • UI Element Examples & Easy Code Documentation

Browser support

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

The above list is non-exhaustive. PenroseCSS works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.

License

All parts of PenroseCSS are free to use and abuse under the open-source MIT license.

Acknowledgement

PenroseCSS was inspired by Dave Gamache's Skeleton CSS.

About

PenroseCSS is a lightweight CSS framework to get a project up and running with little scaffolding. It styles basic HTML elements mostly used in a prototype projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published