brutcss/index.html
Yann Esposito (Yogsototh) d94faa8543
cleanup new buttons
2022-09-25 14:08:15 +02:00

39 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link href="blunt.min.css" rel="stylesheet" type="text/css" />
<title>Blunt</title>
<style type="text/css">
.hero { text-align: center; }
</style>
</head>
<body>
<div class="block">
<div class="hero">
<h1 class="title">BLUNT</h1>
<h4 class="mobileonly">The world's <em>fastest</em> CSS framework</h4>
</div>
</div>
<div class="block">
<div class="row">
<div class="col card c3">
<h3>Documentation</h3>
<div class="block">
<p>Don't worry it will be quick and straightforward.</p>
</div>
<a href="h/docs.html" class="btn btn-a">Docs</a>
</div>
<div class="col card c3">
<h3>Examples</h3>
<div class="block">
<p>To give you an idea.</p>
</div>
<a href="h/examples.html" class="btn smooth">Examples</a>
</div>
</div>
</div>
</body>
</html>