We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a18a4 commit 873764cCopy full SHA for 873764c
1 file changed
Answer the Question/style.css
@@ -0,0 +1,33 @@
1
+.container {
2
+ background-color: #f97576;
3
+}
4
+
5
+.heading {
6
+ font-family: "Roboto";
7
+ font-size: 36px;
8
+ font-weight: bold;
9
+ color: #ffffff;
10
+ text-align: center;
11
+ padding-top: 20px;
12
13
14
+.form-container {
15
+ background: #fff;
16
+ margin: 10px;
17
+ padding: 20px 30px;
18
+ border-radius: 20px;
19
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
20
21
22
+.form-heading {
23
+ font-family: "Bree Serif", serif;
24
+ margin-bottom: 20px;
25
+ font-size: 24px;
26
+ color: black;
27
28
29
30
+p {
31
+ margin-top: 15px;
32
33
0 commit comments