A lightweight CSS framework by ak-systems for rapid prototyping.
Read this in other languages: Deutsch, Türkçe
Include the CSS framework in your HTML document:
<link rel="stylesheet" href="https://ak-hosting.github.io/ak-systems-css/css/style.min.css">
Alternatively, you can download the CSS files and include them locally:
<link rel="stylesheet" href="css/style.min.css">
<div class="ak-container">
<!-- Content here -->
</div>
<div class="ak-row">
<div class="ak-col">Column 1</div>
<div class="ak-col">Column 2</div>
<div class="ak-col">Column 3</div>
</div>
<button class="ak-btn">Standard Button</button>
<button class="ak-btn ak-btn-primary">Primary Button</button>
<button class="ak-btn ak-btn-danger">Danger Button</button>
You can find a demo page with all components here: ak-systems CSS Demo
- Developed by ak-systems
- This file must not be modified
- This is not a license to modify the framework
- You may use another CSS, but this framework must not be modified
- We are not liable for any errors or modifications
This project is licensed under the ak-systems CSS Framework License.