Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 11, 2024
1 parent afa42d0 commit 258bfe0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ label {
}

input, textarea {
width: 100%;
max-width: 400px;
margin-top: 5px;
padding: 8px;
font-size: 16px;
color: #fff;
background-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
border-radius: 5px;
border: none;
outline: none;
color: #474747;
color: #007510;
}


button {
cursor: pointer;
background-color: #4CAF50;
Expand Down

0 comments on commit 258bfe0

Please sign in to comment.