-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (42 loc) · 723 Bytes
/
styles.css
File metadata and controls
42 lines (42 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*style the typhography*/
html, body {
font-style: "inter", sans-serif;
box-sizing: border-box;
font-size: 16px;
}
/*style header*/
.header {
text-align: center;
background-color: #FFFFFF;
margin-bottom: 20px;
padding-left: 25%;
padding-right: 25%;
}
h1 {
font-size: 2.25rem;
margin-bottom: 5px;
}
.header p {
margin-top:0px;
}
/*style padding and content card*/
.content {
background-color: #F8FAFC;
padding-left: 25%;
padding-right: 25%;
height: 100vh
}
.content1 {
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #D2D5DA
}
.content2 {
padding-top: 10px;
}
.question {
font-size: 1.5rem;
}
a {
text-decoration: none;
}