rodneygauna / zestyux

A simple 12-column gird CSS framework.

Home Page:https://www.zestyux.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zesty UX - CSS Framework

Zesty UX

What is Zesty UX?

Zesty UX is a CSS framework inspired from Skeleton and Bootstrap.

The goals of Zesty UX's CSS Framework are:

  • Keep the baseline styling simple.
  • 12-column responsive grid framework that's familiar.
  • Add essentials as needed.

Why is Zesty UX awesome?

Zesty UX is lightweight and provides the essentials. It mainly stlyes raw HTML elements (with a few exceptions) and provides a 12-columns responsive grid.

  • Around 800 lines of CSS code
  • Baseline CSS framework, guide from the starting point
  • Vanilla CSS and JavaScript, no compiling or installation needed

What is in the download?

The downlod includes Zesty UX's CSS, Normalize CSS, sample logo and favicon, and an index.html as a guide for the CSS components.

ZestyUX
├── index.html
├── css/
│   ├── normalize.css
│   └── zesty.css
├── images/
│   ├── favicon/
│       └── favicon-32x32.png
│   └── logo/
│       ├── zesty_logo_729x675.png
│       ├── zesty_logo_1024x1024.png
│       ├── zesty-kun_741x750.png
│       └── zesty-kun_1024x1024.png
└── js/
    └── zesty.js

Browser Support

  • Chrome
  • Chromium (includes most forked browsers; such as Edge, Brave, etc.)
  • Firefox
  • Safari

License

All parts of Zesty UX fall under the GNU General Public License v3.0

Acknowledgement

Zesty UX was created by Rodney Gauna as a free and open-source repository to make the web a better place.

About

A simple 12-column gird CSS framework.

https://www.zestyux.com/

License:GNU General Public License v3.0


Languages

Language:HTML 63.9%Language:CSS 31.2%Language:JavaScript 5.0%