bitandblack-rows
Version:
A small and simple CSS gutter to create rows and cells using the flexbox model.
18 lines • 614 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rows / Viewport</title>
<link href="build/example.css" rel="stylesheet">
</head>
<body>
<section class="container">
<h1>Viewport (JS)</h1>
<p>Have a look at your browser console and resize the window then.</p>
</section>
<footer class="container">
© Bit&Black · <a href="https://www.bitandblack.com" target="_blank">www.bitandblack.com</a>
</footer>
<script src="build/example.js" async></script>
</body>
</html>