-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (60 loc) · 979 Bytes
/
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
html, body{
background-color: black;
font-family: Helvetica;
font-size: 22px;
color: seashell;
opacity: 0.9;
}
/* Header section */
.header{
max-height: 69px;
border-bottom: 1px solid seashell;
}
.header img{
margin-left: 10px;
height: 50px;
}
ul{
float: right;
margin: 0 20px;
padding: 0;
word-spacing: 4px;
}
.header li{
display: inline-block;
text-decoration: underline;
}
/* Body Section */
.content-3 h2{
font-size: 20px;
}
.container-2 {
background-image: url("./img-mission-background.jpg");
height: 700px;
width: 1200px;
display: flex;
align-items: center;
margin: 0 auto;
}
.content-2 {
display: flex;
background-color: black;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 0 auto;
}
.content-2 h2{
font-size: 50px;
}
.cards {
display: flex;
}
.content-3 h1, h2{
display: flex;
justify-content: center;
flex-wrap: wrap;
text-align: center;
}
.col{
}