brutcss/h/index.html
Yann Esposito (Yogsototh) e84e639183
First commit
2022-09-25 12:57:40 +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="entireframework.min.css" rel="stylesheet" type="text/css" />
<title>Blunt</title>
<style>
.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="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="examples.html" class="btn smooth">Examples</a>
</div>
</div>
</div>
</body>
</html>