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

navbar inférieur

parent 553c337d
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,12 @@ .barreDeNavigation .superieure{ ...@@ -10,11 +10,12 @@ .barreDeNavigation .superieure{
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.barreDeNavigation .superieure .nav-link{ .barreDeNavigation .nav-link{
padding: .5rem .75rem !important; padding: .5rem .75rem ;
color: white!important; color: white;
line-height: 1!important; line-height: 1;
text-transform: uppercase; text-transform: uppercase;
font-size: .8rem;
} }
.barreDeNavigation .inferieure{ .barreDeNavigation .inferieure{
width: 100%; width: 100%;
...@@ -23,3 +24,7 @@ .barreDeNavigation .inferieure{ ...@@ -23,3 +24,7 @@ .barreDeNavigation .inferieure{
box-shadow: 0 0 20px rgb(0 0 0 / 30%); box-shadow: 0 0 20px rgb(0 0 0 / 30%);
background-size: auto 442px; background-size: auto 442px;
} }
.barreDeNavigation .inferieure .siteName{
font-family: "Zaptron-Regular";
color: white !important;
}
\ No newline at end of file
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
</nav> </nav>
</div> </div>
<div class="inferieure" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');"> <div class="inferieure" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');">
<div class="container d-flex">
<div class="siteName">
<a href="<?=getWebsiteSetting("websiteUrl")?>" class="logo">SL-Craft</a>
</div>
</div>
</div> </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