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

better css

parent 2814f927
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,14 @@ .barreDeNavigation .connexionNav{
width: 100%;
display: flex;
justify-content: center;
}
.barreDeNavigation .superieure .nav-link{
padding: .5rem .75rem !important;
color: white!important;
line-height: 1!important;
text-transform: uppercase;
}
.barreDeNavigation .liensNav{
.barreDeNavigation .inferieure{
width: 100%;
min-height: 83px;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
......
<!-- Navbar -->
<div class="barreDeNavigation">
<div class="connexionNav">
<div class="superieure">
<nav class="container d-flex justify-content-end">
<a class="text-light" href="#">Se connecter</a>
<a class="text-light" href="#">Lien n°2</a>
<a class="nav-link" href="#">Associer son compte</a>
<a class="nav-link" href="#">Se connecter</a>
</nav>
</div>
<div class="liensNav" 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>
</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