-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (44 loc) · 816 Bytes
/
styles.css
File metadata and controls
52 lines (44 loc) · 816 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
43
44
45
46
47
48
49
50
51
52
body {
display: flex;
align-items: center;
justify-content: center;
background-color: #f3f3f3;
color: #202124;
font-family: sans-serif
}
header img {
height: 160px;
border-radius: 10px;
}
.body-container {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding: 24px;
border: 1px solid #dadce0;
gap: 20px;
background-color: #ffffff;
}
.strip {
background-color: #c4c1c1;
height: 10px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.body-title {
font-size: 26px;
font-family: 'docs-Roboto', Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 40px;
}
.statewise-link {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.statewise-link a {
font-size: 18px;
}
.eligibility {
font-size: 18px;
}