Ajout du bandeau (50/50 avec kentin)

remotes/origin/master
Maxime ROCHER 10 months ago
parent 3acc8b67a9
commit 5928145c95

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -18,7 +18,9 @@
<div class="logo">
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false" >
</div>
<div></div>
<div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div>
</div>
</div>
<h1>Wiki Fantasy</h1>

@ -18,7 +18,9 @@
<div class="logo">
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false" >
</div>
<div></div>
<div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div>
</div>
</div>
<h1>Wiki Fantasy</h1>

@ -21,10 +21,10 @@
vertical-align: center;
gap: 30px;
width: 40%;
filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(157deg) brightness(103%) contrast(101%) ;
}
.nav img:hover{
fill:url(#Gradient1);
filter: invert(59%) sepia(96%) saturate(6733%) hue-rotate(275deg) brightness(112%) contrast(122%) ;
}
@ -35,21 +35,12 @@
width: 20%;
}
#Gradient1 {
offset: 0%; stop-color: rgba(27,0,72,1);
offset: 100%; stop-color: rgba(97,0,255,1);
/*<stop class="stop1" offset="0%" />
<stop class="stop2" offset="50%" />
<stop class="stop3" offset="100%" />*/
}/*
<linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="red" />
<stop offset="50%" stop-color="black" stop-opacity="0" />
<stop offset="100%" stop-color="blue" />
</linearGradient>
</defs>
<style>
#rect1 {
fill: url(#Gradient1);
.user{
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
vertical-align: center;
gap: 30px;
width: 40%;
}
Loading…
Cancel
Save