Some style, fixed JS
This commit is contained in:
23
static/style.css
Normal file
23
static/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user