There was an error while loading. Please reload this page.
1 parent 4e6f047 commit 61f074aCopy full SHA for 61f074a
awwardsapp/templates/navbar.html
@@ -6,6 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
</head>
8
<body>
9
+ <div class="mynewnav">
10
<nav class="navbar bg-info">
11
<div class="container-fluid">
12
<div class="navbar-header">
@@ -30,5 +31,6 @@
30
31
</ul>
32
</div>
33
</nav>
34
+</div>
35
</body>
36
</html>
static/css/base.css
@@ -16,4 +16,7 @@ body{
16
background-color: chartreuse;
17
padding: 10px;
18
margin: 10px;
19
+}
20
+.mynewnav{
21
+ text-align: center;
22
}
0 commit comments