Download
Pick the file you need and download it. Both files are fully featured — you never have to load both.
kolaycss.css
~37 KB
The classic CSS file with every style inside, for use with <link rel="stylesheet">. Includes grid, colors, components and utilities.
kolaycss.min.js
~59 KB
Carries the full CSS internally and only injects the rules actually used on the page as a <style> tag. No <link> needed — start with a single line.
Both? kolaycss.min.js already contains framework.css. Loading both together only duplicates styles; kolaycss.min.js alone is enough.
Using the downloaded files
- Copy the files into your project folder (e.g.
assets/). - Add one line to your page (the code below is ready to copy).
Setup code
<script src="assets/kolaycss.min.js"></script>
What's inside
framework.css contains the following sections:
- Reset and typography, 12-column grid (sm, md, lg, xl)
- Buttons (colors, outlines, sizes), cards, alerts, badges
- Navbar, tables, forms, progress, spinners, list group
- Display, sizing, spacing, text and background utilities
Version: 1.2 - Stable