Skip to content

ak-hosting/ak-systems-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ak-systems CSS Framework

A lightweight CSS framework by ak-systems for rapid prototyping.

Read this in other languages: Deutsch, Türkçe

Installation

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">

Usage

Container

<div class="ak-container">
  <!-- Content here -->
</div>

Grid System

<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>

Buttons

<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>

Demo

You can find a demo page with all components here: ak-systems CSS Demo

Important Notes

  • 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

License

This project is licensed under the ak-systems CSS Framework License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages