brutcss/index.html
Yann Esposito (Yogsototh) 688aea8949
updated css
2022-09-25 14:20:46 +02:00

47 lines
1.4 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">
<title>Blunt</title>
<link href="blunt.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="hero">
<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>
</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>