Spaces:
Running
Running
File size: 680 Bytes
ae92150 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
body {
font-family: Arial, Helvetica, sans-serif;
}
div {
margin-bottom: 1em;
}
button {
height: 3em;
width: 6em;
margin-left: 0.5em;
}
.container {
max-width: 600px;
margin: 0 auto;
}
.justify-center {
display: flex;
justify-content: center;
}
.logo-container {
text-align: center;
}
#logo {
width: 196px;
}
#sound {
width: 100%;
}
#transcription {
color: #447ff7;
}
#audioPanel {
display: none;
}
.st0 {
fill: #ffffff;
stroke: #3a4966;
stroke-width: 20;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #447ff7;
stroke-width: 30;
stroke-linecap: round;
stroke-miterlimit: 10;
}
|