code cleanup, cleaned up locales folder to only include needed locales
This commit is contained in:
7
examples/content-example.html
Normal file
7
examples/content-example.html
Normal 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 > .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>
|
Reference in New Issue
Block a user