forked from sonucodes/covidData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (67 loc) · 1.35 KB
/
style.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
/*
Author : Sonu kumar kushwaha
Gmail : [email protected]
GitHub : https://github.com/flyingsonu122
*/
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf)
format("truetype");
}
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
color: #404142;
letter-spacing: 0.8px;
text-align: center;
}
h3 {
text-align: center;
background-color: rgba(190, 108, 228, 0.1);
padding: 16px;
margin: 0;
text-transform: uppercase;
}
h5 {
text-align: center;
background-color: rgba(185, 26, 26, 0.1);
padding: 10px 16px;
margin-top: 16px;
text-transform: capitalize;
}
.apis{
background-color: #f2f2f2;
display:flex;
flex-direction: row;
flex-wrap: wrap;
padding-top: 20px;
padding-bottom:20px;
}
.fixed-content {
margin: auto;
padding: 0px 0px 10px 0px;
margin-top: 15px;
height: auto;
width: 300px;
text-align: center;
box-shadow: 6px 6px 10px #ccb3ff;
align-items: center;
border-top: 4px solid #6c5ce7;
border-radius: 8px;
}
.blue{
color: #6c5ce7;
margin-left:20px;
margin-right:20px;
}
footer{
height:40px;
text-align: center;
background-color: #ffffff;
padding:10px;
font-size: 14px;
}