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.
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
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
- Chrome
- Chromium (includes most forked browsers; such as Edge, Brave, etc.)
- Firefox
- Safari
All parts of Zesty UX fall under the GNU General Public License v3.0
Zesty UX was created by Rodney Gauna as a free and open-source repository to make the web a better place.