Ajout d'un bouton et d'un player audio sur la page d'acceuil pour
Some checks failed
/ build (push) Failing after 1s

streamer la radio de l'interhack
This commit is contained in:
nono-lqdn 2026-07-01 17:58:30 +02:00
parent 3c36572ce1
commit fa10dffd96
5 changed files with 63 additions and 4 deletions

View file

@ -157,3 +157,26 @@ font-size : 1.5em;
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Radio Interhack */
#radio-player {
float: left;
z-index: 100000;
background-color: aqua;
height: 1em;
width: 1em;
position: absolute;
bottom: 1em;
right: 1em;
position: fixed;
border-radius: 10%;
}
#radio-button {
background: none;
display: flex;
justify-content: center;
align-items: center;
border: none;
}