Jericho / jericho /static /style.css
Celianv2's picture
First commit
e641eac
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;
}