m3u-radio-music-playlists/stuff/style.css

19 lines
248 B
CSS
Raw Normal View History

body {
background:#222;
2022-07-26 14:10:04 +00:00
color:#ccc;
}
2022-07-31 21:59:38 +00:00
.container{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
audio {
2022-07-31 21:59:38 +00:00
width:640px;
height: 48px;
}