-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (30 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<title>AquaCSS</title>
<meta name ="viewport" content="width=device-width, initial-scale=1 "/>
<link rel="stylesheet" href="aquamain.css">
<link rel="stylesheet" href="aquacomp.css">
<body>
<div class="header">
<h1 class="sameline">AquaCSS</h1>
<button><a href="themes.html">Themes</a></button>
<button><a href="addons.html">Addons</a></button>
</div>
<div class="screen center">
<h2>Extremely lightweight</h2>
<p>The entire library is 4.1 KB. And that's not minified or gzipped!</p>
</div>
<div class="screen center">
<h2>Quick development</h2><br>
<p>AquaCSS is designed for simplicity of use. You can have your site up in running in seconds.<br>
Write your HTML AquaCSS styles your page for you!<br>
With classes such as center, banner, and screen,<br> you control just how your page looks.
</p>
</div>
<div class="screen center">
<h2>Config</h2>
<p>AquaCSS has a easy to use custom theme system.<br>
You can also extend the abilities of AquaCSS, or customize it.<br>
Coming soon: a AquaCSS addon for easily configuring your site.
</p>
</div>
</body>