Welcome to the kernel.css library!
The kernel.css library is a unintrusive, lightweight and semantic CSS library. It uses prefixes for all it's classes and is meant to be a simple foundation to your project.
- Grid system with 12 columns.
- Flexbox support.
- Responsive design.
- Navigation with four preset sizes (ke-header-xs, ke-header-sm, ke-header-lg, ke-header-xl).
- Cubic-bezier transitions.
kernel.css was created to be a simple, lightweight CSS library that could be used as a baseline for my other projects. It is meant to be unintrusive, and not get in the way of your own styles.
The kernel.css framework is an ever evolving project, and will continue to be improved upon. I hope you will find it useful.
Simple. Just include this tag in your html.
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/christian-dale/[email protected]/build/kernel.min.css" />
<body class="ke-base">
<header class="ke-header ke-header-sm">
<div class="ke-container">
<input class="ke-nav-toggle" id="ke-nav-toggle" type="checkbox">
<label for="ke-nav-toggle" class="ke-nav-toggle-hamburger"><span>☰</span></label>
<nav class="ke-nav">
<ul>
<li><a href="#">Projects</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</header>
</body>
If you like the project and would like to contribute, you can do so at github.
You can also help support the continued development of this project on
Required software:
- git
- nodejs
- npm (bundled with nodejs)
The kernel.css webpage is located in the /docs directory, and the project examples are also found in the /docs directory.
You can find the SCSS preprocessor files in the /scss directory.
After you build the project with "npm run build", the newly built kernel.css file can be found in the /build directory. Please use the index.html file in /docs directory which uses the CSS file in /build, to test your changes.
Please run the "npm run lint" script before you commit any changes.
We always appreciate if you help out improving the documentation. I have probably made lots of typos :)
- Github page: http://github.com/christian-dale/kernel.css
- Issue tracker: https://github.com/christian-dale/kernel.css/issues
Please don't hesitate to report any issues you may find.
As of now the documentation can be found at: https://christian-dale.github.io/kernel.css/
The project is licensed under the MIT license. Please read the file called LICENSE.md
Christian Dale
- Web: https://christiandale.no
- Email: [email protected]
Please read the file called CHANGELOG.md