1 | <!DOCTYPE html>
|
2 | <html lang="en">
|
3 |
|
4 | <head>
|
5 | <meta charset="utf-8">
|
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
7 | <title>lighter</title>
|
8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
|
10 | <link rel="stylesheet" href="dist/lighter.css">
|
11 | <link rel="stylesheet" href="dist/fuel.css">
|
12 | <script async defer src="https://buttons.github.io/buttons.js"></script>
|
13 |
|
14 | </head>
|
15 |
|
16 | <body class="m0">
|
17 | <div class="c">
|
18 | <header class="mb3">
|
19 | <h1 class="tc mb0">lighter 🔥</h1>
|
20 | <h5 class="tc mb1">a ridiculously small responsive css framework</h5>
|
21 | <div class="tc">
|
22 | <a class="github-button" href="https://github.com/Alamantus/lighter" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Alamantus/lighter on GitHub">Star</a>
|
23 | </div>
|
24 | <hr>
|
25 | </header>
|
26 | <p>lighter has two modules: lighter and fuel. Both of them are designed to be as small as possible and easy to extend.</p>
|
27 | <div class="row mt3">
|
28 | <div class="5 col card tc b-primary">
|
29 | <h4 class="mb1 normal c-primary">lighter</h4>
|
30 | <p>lighter contains all of the basics for a framework, such as a responsive grid, typography, and other elements.</p>
|
31 | <form action="docs/lighter.html">
|
32 | <button class="mt1 btn primary bold" type="submit">Get Started</button>
|
33 | </form>
|
34 | </div>
|
35 | <div class="5 col card tc b-accent">
|
36 | <h4 class="mb1 normal c-accent">fuel</h4>
|
37 | <p>fuel has many CSS utility classes that can be used to extend lighter, or any CSS framework.</p>
|
38 | <form action="docs/fuel.html">
|
39 | <button class="mt1 btn accent bold" type="submit">Get Started</button>
|
40 | </form>
|
41 | </div>
|
42 | </div>
|
43 | </div>
|
44 | </body> |
\ | No newline at end of file |