brutcss/index.html

47 lines
1.4 KiB
HTML
Raw Normal View History

2022-09-25 12:08:15 +00:00
<!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">
<title>Blunt</title>
2022-09-25 12:20:46 +00:00
<link href="blunt.min.css" rel="stylesheet" type="text/css" />
2022-09-25 12:08:15 +00:00
</head>
<body>
2022-09-25 12:20:46 +00:00
<div class="container">
2022-09-25 12:08:15 +00:00
<div class="hero">
2022-09-25 12:20:46 +00:00
<div class="row">
<div class="c3"></div>
<div class="c6">
<h1 class="title">BLUNT</h1>
<h4 class="mobileonly">A <em>Brutalist</em> and <em>Minimalist</em> CSS framework</h4>
<p>
This CSS framework is ideal to be used for admin interface where you
want to make it clear, this is not for any kind of end user but only
advanced technical people.
</p>
</div>
<div class="c3"></div>
</div>
2022-09-25 12:08:15 +00:00
</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>