m3u-radio-music-playlists/stuff/style.css
U-DESKTOP-3VIS1T9\junguler 606eea7bca truly center the audio player
2022-08-01 02:29:38 +04:30

19 lines
248 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: 48px;
}