Skip to content
Snippets Groups Projects
Commit 2814f927 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

liensNav

parent bb73e20d
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* Navbar */ /* Navbar */
.barreDeNavigation{ .barreDeNavigation{
z-index: 999;
} }
.barreDeNavigation .connexionNav{ .barreDeNavigation .connexionNav{
background-color: black; background-color: black;
...@@ -11,3 +11,10 @@ .barreDeNavigation .connexionNav{ ...@@ -11,3 +11,10 @@ .barreDeNavigation .connexionNav{
justify-content: center; justify-content: center;
text-transform: uppercase; text-transform: uppercase;
} }
.barreDeNavigation .liensNav{
width: 100%;
min-height: 83px;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
background-size: auto 442px;
}
\ No newline at end of file
...@@ -6,4 +6,7 @@ ...@@ -6,4 +6,7 @@
<a class="text-light" href="#">Lien n°2</a> <a class="text-light" href="#">Lien n°2</a>
</nav> </nav>
</div> </div>
<div class="liensNav" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');">
</div>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment