Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
e82b3e3
1
Parent(s):
bb6be9c
Update online.html
Browse files- online.html +5 -6
online.html
CHANGED
@@ -14,15 +14,14 @@
|
|
14 |
</head>
|
15 |
<body>
|
16 |
|
17 |
-
<nav class="
|
18 |
-
<
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
</nav>
|
23 |
|
24 |
|
25 |
-
|
26 |
|
27 |
<div class="container mt-3">
|
28 |
|
|
|
14 |
</head>
|
15 |
<body>
|
16 |
|
17 |
+
<nav class="navbar navbar-light bg-light">
|
18 |
+
<form class="form-inline">
|
19 |
+
<button class="btn btn-outline-success" type="button">Main button</button>
|
20 |
+
<button class="btn btn-outline-success" type="button">Smaller button</button>
|
21 |
+
</form>
|
22 |
</nav>
|
23 |
|
24 |
|
|
|
25 |
|
26 |
<div class="container mt-3">
|
27 |
|