-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcovid.css
101 lines (92 loc) · 1.51 KB
/
covid.css
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#one {
width: 100%;
height: 70%;
margin-bottom: 60px;
}
#two {
margin-top: 20px;
width: 100%;
height: 100%;
}
#h1 {
font-family: poppins;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 35px;
margin-left: 110px;
color: #3b3b3b;
}
#three {
width: 100%;
margin-bottom: 40px;
}
#four,
#five,
#six,
#seven,
#eight,
#nine,
#ten,
#eleven,
#twelve {
width: 100%;
}
.footDivs{
text-align: center;
margin-top: 5%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#footDivs {
display: flex;
justify-content: space-evenly;
width: 70%;
gap: 50px;
margin: auto;
}
#heading {
font-size: x-large;
}
#send-link-btn :hover{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#send-link-btn {
cursor: pointer;
}
.final-foot-div {
display: grid;
grid-template-columns: repeat(5,1fr);
gap: 10%;
margin-bottom: 5%;
}
.footer-para {
font-size: large;
color: rgb(81, 78, 78);
}
.general > p{
margin-bottom: -3%;
cursor: pointer;
}
.connects {
display: flex;
justify-content: space-evenly;
}
.lower-footer-1 {
display: grid;
grid-template-columns: repeat(3,1fr);
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lower-footer-1 > div {
width: 70%;
display: flex;
align-items: center;
margin: auto;
}
.lower-footer-1 > div > div{
justify-content: space-between;
}
.lower-footer-2 {
margin-top: 5%;
align-items: center;
text-align: center;
}