Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cecibasbora committed Jan 13, 2024
1 parent a837830 commit 051e5c3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,30 @@ html {
border: none;
background-color: rgb(55, 225, 89);
color: white;
}

form {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-top: 20px;
}

input, select {
width: 100%;
padding: 10px;
margin: 5px 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
}

li {
background-color: #fff;
padding: 10px;
margin: 5px 0;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
}

0 comments on commit 051e5c3

Please sign in to comment.