This commit is contained in:
adrian
2025-10-29 21:00:03 +01:00
parent 8162f72898
commit 591efd8a77
140 changed files with 442432 additions and 70 deletions

31
style.css Normal file
View File

@ -0,0 +1,31 @@
body {
background-color: #2B2A34;
}
.input_field {
display: flex;
justify-content: center;
}
.response_container {
display: flex;
justify-content: center;
align-items: center;
max-width: fit-content;
margin: 5px auto;
}
.response_text {
display: flex;
justify-content: center;
border: 2px solid black;
border-radius: 5px;
max-width: 300px;
margin: 5px auto;
background-color: white;
width: 200px;
height: 20px;
}
.response_button {
display: flex;
justify-content: center;
}