gentux-style-guide
Version:
<http://gentuxdesign.com>
68 lines (49 loc) • 1.47 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>Blockquote</title>
<meta name="description" content="">
<link rel="stylesheet" href="/css/all.css">
<!-- <link rel="stylesheet" href="/css/all-menguin.css"> -->
</head>
<body>
<div class="container-fluid">
<blockquote class="my-4">
<q class="h3 domd readable-line mb-3">Here in the 21st century, the modern man need never compromise.</q>
<cite class="text-right small">George Zimmer</cite>
</blockquote>
</div><!-- /container -->
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<hr class="mt-5 mb-4">
</div>
</div>
</div><!-- /.container -->
<div class="container-fluid mt-3 mb-5">
<div class="row">
<div class="col-sm-12">
<a href="/modules" class="btn btn-hollow-primary">< Back to Modules</a>
</div>
</div>
</div><!-- /.container -->
</body>
<div class="
container
mt-6
pt-3
pb-6
bordered-top bordered-lighter
">
<div class="row">
<div class="col-sm-12">
<p class="small">Created by the design team at <a href="https://generationtux.com">Generation Tux.</a> Visit us on <a href="https://dribbble.com/gtux">Dribbble</a>.</p>
</div>
</div>
</div>
<script src="/js/app.js"></script>
</html>