barre nav2
This commit is contained in:
parent
8cd2c11be8
commit
cd145a00d7
@ -5,21 +5,26 @@
|
||||
|
||||
body{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
nav{
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
background-image: url("../img/icon.png");
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
background: linear-gradient(45deg,orange 35%,darkred);
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
nav:hover{
|
||||
background: linear-gradient(45deg,orange ,darkred);
|
||||
}
|
||||
|
||||
|
||||
#icone{
|
||||
@ -44,17 +49,15 @@ p{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
margin-right: 10vh;
|
||||
|
||||
|
||||
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.page:hover{
|
||||
color: red;
|
||||
transform: scale(1.3);
|
||||
color: gold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
footer{
|
||||
background-color: black;
|
||||
|
||||
}
|
0
credits.txt
Normal file
0
credits.txt
Normal file
BIN
img/casion_background.jpeg
Normal file
BIN
img/casion_background.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
@ -11,12 +11,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
|
||||
|
||||
<nav>
|
||||
|
||||
|
||||
<a href=""><img id="icone" src="img/icon.png" alt="icone du site"></a>
|
||||
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user