Skip to content

Commit

Permalink
Merge pull request #9 from software-students-spring2024/nic
Browse files Browse the repository at this point in the history
Updated CSS that should work with html
  • Loading branch information
nicjluz authored May 1, 2024
2 parents ffc100a + 7dc4b20 commit d3b3078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions 5-final-project-spring-2024-namelessssss
Submodule 5-final-project-spring-2024-namelessssss added at b83c72
7 changes: 4 additions & 3 deletions web-app/static/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-family: Arial, sans-serif;
font-family: 'Roboto', sans-serif;
margin: 20px;
}

Expand All @@ -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;
}
}

0 comments on commit d3b3078

Please sign in to comment.