Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh-Hamoodi authored Aug 19, 2023
1 parent 942fdac commit 425e868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ input[type=text], input[type=email], textarea {
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
button[type=submit] {
background-color: #04AA6D;
color: white;
padding: 12px 20px;
Expand All @@ -20,6 +20,6 @@ input[type=submit] {
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
button[type=submit]:hover {
background-color: #45a049;
}

0 comments on commit 425e868

Please sign in to comment.