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

20 lines
209 B
CSS
Raw Normal View History

body {
background:#222;
2022-07-26 14:10:04 +00:00
color:#ccc;
}
div {
height:30px;
position:relative;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
text-align:center;
2022-07-26 14:10:04 +00:00
margin-top:18%;
}
audio {
2022-07-26 14:10:04 +00:00
width:50%;
}