diff --git a/5-final-project-spring-2024-namelessssss b/5-final-project-spring-2024-namelessssss new file mode 160000 index 0000000..b83c721 --- /dev/null +++ b/5-final-project-spring-2024-namelessssss @@ -0,0 +1 @@ +Subproject commit b83c72163456fac70833cacea300e38de04a899d diff --git a/web-app/static/style.css b/web-app/static/style.css index 21f8c15..acb2cd0 100644 --- a/web-app/static/style.css +++ b/web-app/static/style.css @@ -1,5 +1,5 @@ body { - font-family: Arial, sans-serif; + font-family: 'Roboto', sans-serif; margin: 20px; } @@ -17,12 +17,13 @@ label { select { margin-right: 10px; + margin-bottom: 10px; } -input[type="submit"] { +button { padding: 5px 10px; background-color: #007bff; color: #fff; border: none; cursor: pointer; -} \ No newline at end of file +}