Skip to content

Commit 0cd5503

Browse files
Update styleQ3.css
1 parent 77b15eb commit 0cd5503

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

templates/styleQ3.css

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,44 @@
1-
input[type=text],
2-
input[type=email],
1+
input[type="text"],
32
select,
43
textarea {
54
width: 100%;
65
padding: 12px;
7-
margin: 6px 0 16px;
86
border: 1px solid #ccc;
97
border-radius: 4px;
108
box-sizing: border-box;
9+
margin-top: 6px;
10+
margin-bottom: 16px;
11+
resize: vertical;
1112
}
1213

13-
input[type=submit] {
14-
background-color: #04AA6D;
15-
color: white;
14+
input[type="email"],
15+
select,
16+
textarea {
17+
width: 100%;
18+
padding: 12px;
19+
border: 1px solid #ccc;
20+
border-radius: 4px;
21+
box-sizing: border-box;
22+
margin-top: 6px;
23+
margin-bottom: 16px;
24+
resize: vertical;
25+
}
26+
27+
input[type="submit"] {
28+
background-color: rgb(4 170 109);
29+
color: #fff;
1630
padding: 12px 20px;
17-
border: 0;
31+
border: none;
1832
border-radius: 4px;
1933
cursor: pointer;
2034
}
2135

22-
input[type=submit]:hover {
23-
background-color: #45a049;
36+
input[type="submit"]:hover {
37+
background-color: rgb(69 160 73);
2438
}
2539

2640
.container {
27-
background: #f2f2f2;
28-
padding: 20px;
2941
border-radius: 5px;
42+
background-color: rgb(242 242 242);
43+
padding: 20px;
3044
}

0 commit comments

Comments
 (0)