19 lines
248 B
CSS
Executable File
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;
|
|
} |