Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jarome-artse authored Apr 8, 2024
1 parent 96825b0 commit 746a19c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
body {
font-family: Arial, sans-serif;
margin: 20px;
}

h1, h2 {
color: #333;
}

form {
margin-bottom: 20px;
}

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

input[type="text"] {
width: 100%;
padding: 8px;
margin-bottom: 10px;
}

button {
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}

button:hover {
background-color: #0056b3;
}

0 comments on commit 746a19c

Please sign in to comment.