css du menu

This commit is contained in:
Baptiste Marty 2021-01-15 15:20:06 +01:00
parent 3eab75a50a
commit 3449936ebe

View file

@ -29,11 +29,11 @@ header{
@keyframes glow {
from {
text-shadow: 0 0 10px #494949, 0 0 20px #494949,0 0 30px #494949, 0 0 40px #494949;
text-shadow: 0 0 10px rgb(255,255,255,0.3), 0 0 20px rgb(255,255,255,0.3),0 0 30px rgb(255,255,255,0.3), 0 0 40px rgb(255,255,255,0.3);
}
to {
text-shadow: 0 0 20px #494949,0 0 30px #494949, 0 0 40px #494949, 0 0 50px #494949, 0 0 60px #494949, 0 0 70px #494949, 0 0 80px #494949, 0 0 90px #494949;
text-shadow: 0 0 20px rgb(255,255,255,0.3),0 0 30px rgb(255,255,255,0.3), 0 0 40px rgb(255,255,255,0.3), 0 0 50px rgb(255,255,255,0.3), 0 0 60px rgb(255,255,255,0.3), 0 0 70px rgb(255,255,255,0.3), 0 0 80px rgb(255,255,255,0.3), 0 0 90px rgb(255,255,255,0.3);
}
}