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

better css

parent bad43901
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
/* Navbar */
.barreDeNavigation{
z-index: 999;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.barreDeNavigation .superieure{
background-color: black;
......@@ -23,9 +25,9 @@ .nav-link:hover {
.barreDeNavigation .inferieure{
width: 100%;
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;
-webkit-box-shadow: 0 10px 0 0 rgb(0 0 0 / 25%);
box-shadow: 0 5px 0 0 rgb(0 0 0 / 25%);
}
.barreDeNavigation .inferieure .siteName{
font-family: "Zaptron-Regular";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment