css du menu

這個提交存在於:
Baptiste Marty 2021-01-15 15:20:06 +01:00
父節點 3eab75a50a
當前提交 3449936ebe

查看文件

@ -29,11 +29,11 @@ header{
@keyframes glow { @keyframes glow {
from { 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 { 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);
} }
} }