-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoreinfo.style.css
148 lines (110 loc) · 1.9 KB
/
moreinfo.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@media only screen and (min-width: 992px) {
.topnav a{
font-size:40px !important;
}
}
*{
box-sizing: border-box;
margin: auto 0;
font-family: 'Roboto Condensed', sans-serif;
}
/* Zo's container */
.container-fluid{
width: 100%;
padding:30px;
background-color: lightseagreen;
color: white;
border-radius: 5px;
border: 1px solid yellow;
}
/* Nav bar code start- do not touch */
body {
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color:lightseagreen;
position: relative;
}
.topnav a:hover {
color: yellow;
}
.topnav a {
/* float: left; */
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 15px;
border-radius: 10px;
}
.topnav a.icon {
background-color: white;
float: right;
border:1px solid black;
padding:20px;
}
.active{
background-color: lightseagreen;
color: white;
}
/* Nav bar code - do not touch */
h3{
color: white;
text-align: center;
}
.flagLogo{
width:20%;
}
.photo {
width: 100%;
margin-top: 5%;
border-radius: 50px;
padding: 20px;
}
.topnav{
font-weight: bold;
}
.divide-page{
border-top: 2px solid gray;
}
li{
color:yellow;
list-style-type: none !important;
margin-left: 30px;
font-size: 20px;
}
span {
font-weight: bold;
color: yellow;
}
footer{
text-align: center;
font-weight: bold;
color:yellow;
font-size:16px;
}
h4{
color: Yellow;
margin-top: 80px;
}
.color-here{
color:yellow;
font-size: 20px;
}
#myVideo {
width: 200px;
height:200px;
}
/* JuliaFrances css */
.par {
font-size: 20px;
margin-top: 10px;
}
.FAQ {
font-size: 20px;
margin-top: 10px;
}
#covid ul{
list-style: none;
}