-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
103 lines (77 loc) · 1.11 KB
/
styles.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
102
103
body {
}
h3 {
margin: 5% auto;
}
p {
font-size: 1.2rem;
line-height: 2;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
#navbar-section {
padding: 1% 5%;
}
.navbar-brand {
font-size: 1.5rem;
}
#top-container {
text-align: center;
padding: 3%;
}
.left-top-side {
position: relative;
top: 35%;
}
.right-top-side {
margin: 3%;
border-radius: 10%;
}
#middle-container {
background-color: #ececec;
padding: 5%;
text-align: center;
}
.left-middle-side{
position: relative;
top: 35%;
text-align: left;
margin-left: 10%;
}
#about-section {
padding: 8%;
text-align: center;
}
.about {
margin-bottom: 5%;
}
.card {
margin: 3%;
height: 27rem;
}
.card-image {
height: 16rem;
}
.corona {
background-color: black;
color: white;
}
.hotspots {
background-color: #f7e7bd;
color: black;
}
.symptoms {
background-color: #dbe3e5;
}
.card-title {
color: black;
font-size: 1.3rem;
}
.card-title-corona {
color: white;
font-size: 1.3rem;
}