-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 832 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>puff css</title>
<link rel="stylesheet" href="dist/puff.min.css">
</head>
<body>
<div class="tc vh100 d-flex justify-center m0" id="hero">
<div class="wrap">
<img src="docs/assets/img/feather.png" alt="puff feather" class="vop">
<h1 class="mt0 mega mb0 xxxl">
puff
</h1>
<h2 class="mb4">Full-featured CSS micro framework (~2kb gzip) with tiny footprint.</h2>
<div class="d-flex align-center justify-center g2 tc">
<a href="docs/" class="button ph3">Docs</a>
<a href="https://github.com/dknight/puff" class="button ph3 m0">GitHub</a>
</div>
</div>
</div>
</body>
</html>