Initial Commit

This commit is contained in:
Patrick Tschuchnig
2019-02-11 15:36:19 +01:00
commit e8d931b764
481 changed files with 125242 additions and 0 deletions

7
unused/example.html Normal file
View File

@@ -0,0 +1,7 @@
<main role="main" class="container">
<h1 class="mt-5">Sticky footer with fixed navbar</h1>
<p class="lead">Pin a fixed-height footer to the bottom of the
viewport in desktop browsers with this custom HTML and CSS. A fixed
navbar has been added with <code>padding-top: 60px;</code> on the <code>body &gt; .container</code>.</p>
<p>Back to <a href="https://getbootstrap.com/docs/4.0/examples/sticky-footer">the default sticky footer</a> minus the navbar.</p>
</main>