👉 Introduction

Let's go in parts, as Jack said...

Kumbia is a lively musical and dance genre originating in Colombia, with African and indigenous influences. Dancing is like playing, fun.

CSS or "Cascading Style Sheets", is a design language used to stylize the presentation of HTML documents on the web.

And now everything together: KumbiaCSS is a web development framework based on CSS, designed to facilitate the creation and styling of web pages efficiently. In short, read only the bold.

Next, you will see everything you can do with KumbiaCSS and how to hack it to your liking.

Using the downloaded framework

Download KumbiaCSS now and link /css/kumbia.min.css in your template head.

<link href="/css/kumbia.min.css" rel="stylesheet">

Example template

<!DOCTYPE html>
<html id="important" lang="en">
    <head>
        <meta charset="UTF-8">
        <meta content="width=device-width, initial-scale=1" name="viewport">
        <link href="/css/kumbia.min.css" rel="stylesheet">
        <title>Hello KumbiaCSS!</title>
    </head>
    <body>
        <main>
            <h1>Hello KumbiaCSS!</h1>
        </main>
    </body>
</html>