File size: 360 Bytes
5aeac76 | 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 | body {
font-family: sans-serif;
margin: 24px;
}
#sound-btn {
padding: 10px 20px;
border: none;
color: white;
cursor: pointer;
font-size: 16px;
border-radius: 6px;
background-color: #3498db;
}
#status {
margin-top: 16px;
font-weight: bold;
}
#controls {
display: flex;
align-items: center;
gap: 20px;
} |