Check out the documentation.
pzplUI is an open source CSS framework for all your styling needs. It includes:
- Customization using CSS variables;
- A font stack consisting of 20 fonts, to make sure that fonts look good on all devices;
- Some default styles to make your site look better than default;
- A bit of utility classes;
- An easy-to-use layout system based on flexbox;
- Buttons (like a lot of buttons);
- Alerts;
- Badges;
- Progress bars;
- Boxes and Wells;
- Animations;
- Navbars;
- Cards;
- Modals;
- Pagination;
- Forms;
- A built-in dark mode;
- Tables;
- Jumbotrons;
- And more...
As an added bonus, pzplUI is responsive by design and ships with exactly 0 media queries while still working on all devices!
The base size is 30kB, but you can also use the Slim Version (7.9kB) or the Core version (2.01kB) which contains only some utilities.
No installation or NPM required! Just grab the CSS file and put it into your project.
You can also use the jsDelivr CDN link:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/programistazpolski/pzplui@master/style.min.css">
Additionaly, you can install the VSCode extension
Read the contributing guidelines and the code of conduct to get started!
- Found a bug? Open an issue!
- Want to request a feature? Open an issue!
- Just need help? Send me an email! piotrbadelek@protonmail.com
Some code (such as the striped progressbar) has been borrowed from Bootstrap, and the grid system has been inspired by bulma.
This framework does not support internet explorer. Learn why you should stop supporting it too.