mirror of
https://github.com/junguler/m3u-radio-music-playlists.git
synced 2024-11-03 15:40:24 +00:00
19 lines
204 B
CSS
19 lines
204 B
CSS
|
body {
|
||
|
background:#222;
|
||
|
color:#ccc
|
||
|
}
|
||
|
|
||
|
div {
|
||
|
height:30px;
|
||
|
position:relative;
|
||
|
margin-left:auto;
|
||
|
margin-right:auto;
|
||
|
left:0;
|
||
|
right:0;
|
||
|
text-align:center;
|
||
|
margin-top:18%
|
||
|
}
|
||
|
|
||
|
audio {
|
||
|
width:50%
|
||
|
}
|