-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (40 loc) · 770 Bytes
/
style.css
File metadata and controls
59 lines (40 loc) · 770 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
53
54
55
56
57
58
59
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
font-family: "Poppins", sans-serif;
}
/* Global Tags */
h1 {
font-size: 2.5rem;
font-weight: 700;
color: rgb(35, 35, 85);
}
span {
font-size: 0.9rem;
color: #757373;
}
h6 {
font-size: 1.1rem;
color: rgb(24, 24, 49);
}
/* Navigation */
/* Home */
/* features */
/* course */
/* registration */
/* experts */
/* footer */
/* About */
/* Blog */
/* Course_inner */
/* contact */
/* responsive */
@media (max-width: 769px) {
}
@media (max-width: 475px) {
}