added reset button, various bug fixes
This commit is contained in:
@ -22,4 +22,15 @@ body {
|
||||
margin: 5px auto;
|
||||
font-size: 30px;
|
||||
|
||||
}
|
||||
.resetButton {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
border-width: 4px;
|
||||
max-width: fit-content;
|
||||
margin: 60px auto;
|
||||
font-size: 30px;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user