mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-04-28 21:05:35 +08:00
15 lines
130 B
CSS
15 lines
130 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
align-items: center;
|
|
display: flex;
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
audio {
|
|
width: 100%;
|
|
}
|