m3u-radio-music-playlists/stuff/style.css
hossein s. borhani 767bffdb09
slightly raise playlist buttons
the chrome audio player is bigger than the firefox one which i mainly use, this should make the player look better
2022-08-01 02:34:07 +04:30

20 lines
250 B
CSS
Executable File

body {
background:#222;
color:#ccc;
}
.container{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
audio {
width:640px;
height: 52px;
}