-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
97 lines (80 loc) · 1.32 KB
/
index.css
File metadata and controls
97 lines (80 loc) · 1.32 KB
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
.custom-nav {
background-color: #fff;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
/* border-bottom: 1px solid #000; */
}
.nav-item {
color: #fff;
}
.nav-link {
color: #fff;
}
.primary {
min-height: 500px;
}
.cert-row {
display: flex;
width: 100%;
}
.cert-col {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.pg-col {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.cert-img {
width: 50%;
}
.page-img {
width: 100%;
}
.w-100 {
width: 100%;
}
.fr-center {
display: flex;
justify-content: center;
}
.pd-15 {
padding: 15px;
}
.footer-container {
display: flex;
justify-content: center;
width: 100%;
background-color: #eee;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.footer-row {
display: flex;
justify-content: center;
width: 100%;
}
.footer-col {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}
.social-icon {
width: 20%;
cursor: pointer;
}
.stnd-h1 {
font-size: 2.5rem;
font-weight: 700;
}
.stnd-h2 {
font-size: 1.5rem;
font-weight: 700;
}