Some style, fixed JS

This commit is contained in:
Marce Coll
2021-11-27 13:25:20 +01:00
parent 7a8ae86a1c
commit 139e11b5fc
3 changed files with 51 additions and 3 deletions

23
static/style.css Normal file
View File

@@ -0,0 +1,23 @@
button {
padding: 30px;
font-size: 14px;
}
#frase {
width: 800px;
height: 300px;
text-align: center;
font-size: 17px;
}
#container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#buttons {
padding: 50px;
}