Skip to content

Commit 78bef9c

Browse files
committed
Have added the css file
1 parent 6143696 commit 78bef9c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
form > div {
3+
margin-bottom: 1em;
4+
}
5+
6+
label {
7+
font-weight: bold;
8+
}
9+
10+
button {
11+
background-color: #4CAF50;
12+
color: black;
13+
font-weight: bold;
14+
padding: 10px 20px;
15+
border: none;
16+
border-radius: 4px;
17+
cursor: pointer;
18+
}
19+
20+
button:hover {
21+
background-color: #45a049;
22+
}
23+

0 commit comments

Comments
 (0)