devvibes's picture
Haven Kitchen OS - Final Contest Submission ๐Ÿ†
5aeac76
raw
history blame contribute delete
360 Bytes
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;
}