diff options
author | Anna Knoerr <an.kn@protonmail.ch> | 2021-12-21 05:45:23 +0100 |
---|---|---|
committer | Anna Knoerr <an.kn@protonmail.ch> | 2021-12-21 05:45:23 +0100 |
commit | f14af7554e6cbd7e053cc729e1e1f8cee46affe0 (patch) | |
tree | 70452e214ea686f6813d931f53f1a129a3b87509 | |
parent | 93fd72d250c8c056a0d9ebe5eb1bf93cfbe0e7a6 (diff) |
removed fancy container
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,14 +74,14 @@ </div><!--/.container-fluid --> </nav> - <!-- Main component for a primary marketing message or call to action --> + <!-- Main component for a primary marketing message or call to action <div class="jumbotron"> <h1>Navbar example</h1> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p> <a class="btn btn-lg btn-primary" href="components/#navbar" role="button">View navbar docs »</a> </p> - </div> + </div> --> </div> <!-- /container --> </body> |