-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
90 lines (89 loc) · 1.62 KB
/
styles.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
html {
background-color: black;
/* opacity: 0.9; */
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
color: seashell;
text-align: center;
}
header {
position: fixed;
top: 10px;
border-bottom: solid 1px seashell;
background-color: black;
width: 100%;
height: 69px;
display: flex;
justify-content: space-between;
}
li {
display: inline-block;
text-decoration: underline;
margin-left: 10px;
justify-content: flex-end;
}
.logo {
height: 50px;
width: auto;
display: flex;
align-content: flex-start;
}
body {
position: relative;
top: 70px;
}
div img {
height: 200px;
width: 300px;
}
.mission {
background-image: url('pic/img-mission-background.png');
height: 700px;
width: 1200px;
background-color: black;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
margin: 10px auto;
}
.mission h2{
align-content: center;
}
.tom {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 1200px;
margin: 0 auto;
justify-content: center;
align-content: center;
}
.tom figure {
height: 200px;
width: 300px;
}
footer {
text-align: left;
margin-left: 20px;
padding-bottom: 30px;
}
.section3 {
height: 500px;
width: 1200px;
margin: 0 auto;
background-image: url(pic/img-locations-background.PNG);
}
.boss {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center ;
margin-top: 50px;
}
.box {
margin: 40px;
width: 300px;
background-color: black;
}