-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (64 loc) · 981 Bytes
/
style.css
File metadata and controls
78 lines (64 loc) · 981 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body{
font-family: 'Bree Serif', serif;
color: #d2deeb;
}
.container{
width: 1400px;
margin-left: 200px;
}
.navbar{
font-size: 40px;
margin-left: 120px;
width: 80%;
padding-top: 30px;
padding-bottom: 20px;
}
.nav-button{
display: inline-block;
margin-right: 40px;
}
.main{
background-image: url("img/bg_001.jpg");
background-repeat: no-repeat;
background-size:contain;
width: 80%;
height: 800px;
text-shadow: 2px 2px #00121b;
}
.banner{
margin-bottom: 20px;
}
.main2{
width: 1174px;
height: 600px;
background-color: rgba(6, 82, 92, 0.86);
border-radius: 36px;
padding: 30px;
}
.title{
font-size: 120px;
margin-left: 120px;
}
.subtitle{
font-size: 30px;
margin-left: 120px;
}
.header1{
font-size: 20px;
font-weight: bold;
}
.text1{
font-size: 14px;
}
.team-members{
display: flex;
}
.member{
margin: 20px;
text-align: center;
border: black solid 5px;
padding: 20px;
}
.member-pic{
width: 100px;
}