-
Notifications
You must be signed in to change notification settings - Fork 0
/
Leadership.css
55 lines (48 loc) · 1.01 KB
/
Leadership.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
body {
background-color: #EDF3F6 !important;
padding-bottom: 100px !important;
position: relative;
min-height: 100vh;
}
.row {
text-align: center;
}
footer {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 60%;
}
.navbar
{
font-size: larger;
background-color: #78797a !important;
}
h1 {
text-align: center;
font-size: 75px !important;
font-family: 'Acme', sans-serif;
color: white;
}
.card {
justify-content: center;
align-items: center;
width: 80%;
margin-left: auto;
margin-right: auto;
border-radius: 10px !important;
background-color: rgba(109, 167, 204, 0.75) !important;
border-color: rgba(109, 167, 204, 0.75) !important;
padding: 10px;
}
.card2 {
justify-content: center;
align-items: center;
width: 70%;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.75) !important;
border-color: rgba(255, 255, 255, 0.75) !important;
padding: 50px;
}