Ajout d'un bouton et d'un player audio sur la page d'acceuil pour
Some checks failed
/ build (push) Failing after 1s
Some checks failed
/ build (push) Failing after 1s
streamer la radio de l'interhack
This commit is contained in:
parent
d005d23b99
commit
00711354f0
5 changed files with 63 additions and 4 deletions
23
css/home.css
23
css/home.css
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue