main_web/speak/style.css
2022-12-12 01:47:53 -05:00

56 lines
709 B
CSS

body {
height: 100%;
background-color: darkred;
}
#text {
display: flex;
justify-self: center;
margin: auto;
width: 75%;
margin-top: 30vh;
padding: 7px;
border-radius: 15px;
font-size: 2rem;
}
label{
display: none
}
#speed{
display: none;
justify-self: center;
width: 1rem;
}
#pause-button{
display: none;
}
.buttons_div{
display: flex;
flex-direction: row;
justify-content: center;
}
.buttons{
display: flex;
justify-content: center;
align-content: center;
margin: 2rem;
background-color: transparent;
font-size: 5rem;
flex-direction: row;
border: none;
}
main{
display: flex;
align-content: center;
flex-direction: column;
justify-content: center;
}