Radiosender in Mp3 Optik

5 Radiosender in MP3 Optik. Einfach vor und zurückklicken für nächsten Sender
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<!doctype hrml>
<html lang="de">
<head>
<style>
*:focus
{
outline: none;
}
body
{
font-family: Helvetica, Arial;
margin: 0;
background-color:black;
}
#player{
margin:10px;
display:flex;
width:230px;
flex-direction:column;
height: 160px;
z-index: 3;
}
#player-track{
width:220px;
display:flex;
flex-direction:column;
padding:5px;
background-color: #fff7f7;
border-radius: 15px 15px 0 0;
transition: 0.3s ease top;
z-index: 1;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX