Skip to content

Commit 873764c

Browse files
committed
3 Sep: Added style.css in Answer the Question
1 parent 04a18a4 commit 873764c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Answer the Question/style.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
font-weight: bold;
28+
}
29+
30+
p {
31+
margin-top: 15px;
32+
font-weight: bold;
33+
}

0 commit comments

Comments
 (0)