Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.81 KB

File metadata and controls

57 lines (44 loc) · 1.81 KB

alt text

Unkuna CSS framework

Unkuna is an open source CSS framework, it contains all the necessary elements for the development of a web application, without dependencies.

How to get started

You can use the CDN

 
<!-- CDN CSS -->
<link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/css/unkuna.css">
<link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/theme/unkuna-theme.css">

<!-- CDN JS -->
<script src="https://cdn.unkuna.org/v0.9/javascript/unkuna.js"></script>
                           

You can download zip file.

Documentation

At unkuna.org.

Starter template

<!DOCTYPE html>
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Started template</title>  
        <!-- CDN CSS       -->
        <link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/css/unkuna.css">
        <link rel="stylesheet" href="https://cdn.unkuna.org/v0.9/theme/unkuna-theme.css">
    </head>
    <body>
        <h1>Hello Word!</h1>

        <!-- CDN JS -->
        <script src="https://cdn.unkuna.org/v0.9/javascript/unkuna.js"></script>
    </body>  
</html>                            

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Creators

  • Ward Welvaert
  • Maday Choque
  • Carlos Figueroa
  • Sheila Gutierrez

Sponsor

alt text.