voicemenuloginn / static /styles.css
geethareddy's picture
Create static/styles.css
8b7e1ae verified
raw
history blame
201 Bytes
body {
text-align: center;
font-family: Arial, sans-serif;
}
h1 {
color: #333;
}
#mic-button {
width: 100px;
cursor: pointer;
}
#status {
font-size: 18px;
color: #555;
}