Skip to content

Commit f7f3eb3

Browse files
Style fieldset inputs and button
1 parent 7c44597 commit f7f3eb3

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,31 @@ input[type="text"],
1818
input[type="email"] {
1919
width: 270px;
2020

21+
}
22+
23+
fieldset {
24+
width: 270px;
25+
padding: 10px;
26+
border-radius: 8px;
27+
}
28+
29+
input,
30+
select {
31+
padding: 10px;
32+
margin-top: 5px;
33+
34+
}
35+
36+
button {
37+
width: 120px;
38+
padding: 10px;
39+
border-radius: 6px;
40+
display: block;
41+
margin: 8px auto 0;
42+
border:none;
43+
background-color: rgb(44, 44, 247);
44+
color: white;
45+
cursor: pointer;
46+
transition: background-color 0.3s ease;
47+
2148
}

0 commit comments

Comments
 (0)