Unkuna is an open source CSS framework, it contains all the necessary elements for the development of a web application, without dependencies.
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.
At unkuna.org.
<!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> 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.
- Ward Welvaert
- Maday Choque
- Carlos Figueroa
- Sheila Gutierrez
