Skip to content

Commit

Permalink
Add input style
Browse files Browse the repository at this point in the history
  • Loading branch information
jerosoler committed Sep 6, 2023
1 parent 89de260 commit 0cfdc03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ button:focus-visible {
background-color: #f9f9f9;
}
}

input {
padding: 5px;
font-size: 16px;
border-radius: 4px;
border: 2px solid black;
}

0 comments on commit 0cfdc03

Please sign in to comment.