Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sankeer28 authored Sep 21, 2024
1 parent 0d52c63 commit f3ba7ba
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ button:hover {
100% {background-position: 0% 50%;}
}




.container {
width: 80%;
padding: 20px;
Expand All @@ -130,4 +127,18 @@ button:hover {
width: 100%;
padding: 10px;
}
}
}

#operation, #numPDFs, #numPages, button {
width: 70%;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
border: none;
font-size: 16px;
}

#operation, #numPDFs, #numPages {
background-color: white;
color: black;
}

0 comments on commit f3ba7ba

Please sign in to comment.