Home

Awesome

<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

caiuss

CaiuSS

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>

A Minimalist and Civilized CSS framework.

If you want to include CaiuSS in your web page, download the latest release or a release you choose and include it on the page:

Demo

Check out the online demo or download the gh-pages branch to see the demo.

<link rel="stylesheet" href="path/to/caiuss.min.css">

Elements

Container

<div class="container">
    ...
</div>

Headings

<h1>h1 heading</h1>
<h2>h2 heading</h2>
<h3>h3 heading</h3>
<h4>h4 heading</h4>
<h5>h5 heading</h5>
<h6>h6 heading</h6>

Tables

<table class="table">
    <thead>
        <tr>
            <th>#</th>
            <th>Name</th>
            <th>Username</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>1</th>
            <td>Alice</td>
            <td>@alice</td>
        </tr>
        <tr>
            <th>2</th>
            <td>Bob</td>
            <td>@bob</td>
        </tr>
        <tr>
            <th>3</th>
            <td>Carol</td>
            <td>@carol</td>
        </tr>
    </tbody>
</table>

Forms

<form class="form" action="">
    <div>
        <label>
            <span>Email:</span><br>
            <input type="email" placeholder="Your email" class="form-elm">
        </label>
    </div>
    <div>
        <label>
            <span>Password:</span><br>
            <input type="password" placeholder="Your password" class="form-elm">
        </label>
    </div>
    <div>
        <button class="btn bg-white">Login</button>
    </div>
</form>

Buttons

<button class="btn bg-red">Red</button>
<button class="btn bg-orange">Orange</button>
<button class="btn bg-yellow">Yellow</button>
<button class="btn bg-green">Green</button>
<button class="btn bg-blue">Blue</button>
<button class="btn bg-purple">Purple</button>
<button class="btn bg-gray">Gray</button>
<button class="btn bg-white">White</button>
<button class="btn bg-black">Black</button>

Images

<img class="img" src="images/1.jpg">

:question: Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. :bug:
  3. For direct and quick help, you can use Codementor. :rocket:

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

:sparkling_heart: Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

Thanks! :heart:

:cake: Thanks

:scroll: License

MIT © Ionică Bizău