fixes for resubmission.

This commit is contained in:
Joshua Ashton
2025-03-03 15:46:38 -07:00
parent 6f63a4afb8
commit dd5ee627d8
23 changed files with 129 additions and 0 deletions
View File
+26
View File
@@ -0,0 +1,26 @@
* {
margin: 0;
padding: 0;
}
form {
display: block !important;
}
input {
padding: 12px;
border: 1px solid black;
}
.center {
display: flex !important;
flex-direction: center !important;
align-items: center !important;
justify-content: center !important;
}
.row {
display: flex;
flex-direction: column;
width: 500px;
}