Skip to content

Commit

Permalink
Beautify the drop-down menu as well
Browse files Browse the repository at this point in the history
  • Loading branch information
EleoXDA committed May 19, 2023
1 parent cf97dd4 commit 70aeed2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ form {
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

form input {
form input, .select-currency {
margin: 10px 0;
padding: 8px;
width: 100%;
Expand All @@ -29,6 +29,11 @@ form input {
box-sizing: border-box;
}

.label-text {
display: inline-block;
margin-bottom: 5px;
}

form button {
padding: 10px 20px;
background-color: #008CBA; /* Blue */
Expand Down

0 comments on commit 70aeed2

Please sign in to comment.