Set: Navbar to fixed top
This commit is contained in:
parent
ead619b634
commit
5e9731043c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!-- Navbar Transparent -->
|
|
||||||
<nav class="navbar navbar-expand-lg position-absolute top-0 z-index-3 w-100 shadow-none my-3 text-body">
|
|
||||||
<div class="container bg-body-secondary p-2 rounded bg-opacity-50">
|
|
||||||
<a class="navbar-brand ms-2" href="/" rel="tooltip" title="Designed and Coded by Aroy" data-placement="bottom">
|
<a class="navbar-brand ms-2" href="/" rel="tooltip" title="Designed and Coded by Aroy" data-placement="bottom">
|
||||||
|
<!-- Navbar Transparent -->
|
||||||
|
<nav class="navbar navbar-expand-lg fixed-top top-0 z-index-3 w-100 shadow-none my-3 text-body">
|
||||||
|
<div class="container bg-body-secondary p-2 rounded bg-opacity-75 shadow">
|
||||||
Gallery Archivists
|
Gallery Archivists
|
||||||
</a>
|
</a>
|
||||||
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
|
Loading…
Reference in a new issue