split up
This commit is contained in:
31
style.css
Normal file
31
style.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user