-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
81 lines (68 loc) · 934 Bytes
/
about.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
body {
font-family: "Jura";
margin: 0;
}
#navBar {
top: 0px;
position: fixed;
display: flex;
width: 100%;
height: 12%;
background: rgba(0, 0, 0, 0.6);
}
#links {
flex: 90%;
display: flex;
justify-content: flex-end;
vertical-align: middle;
}
#logo {
vertical-align: middle;
position: relative;
height: 28%;
flex: 10%;
padding: 2.4%
}
.navBox {
padding: 3%;
font-size: 1.8vw
}
a {
text-decoration: none;
color: #11CEF8;
}
a:hover {
color: #f7e56f;
}
.container {
text-align: center;
background-image: url("yellow_cocktail.jpg");
background-size: cover;
background-repeat: no-repeat;
}
.titleText {
bottom: 93%;
color: white;
font-size: 2.6vw;
padding-top: 140px;
padding-bottom: 500px;
}
h3 {
text-align: center;
font-size: 2vw;
margin: 40px 50px;
}
.row {
display: flex;
}
.column {
flex: 50%;
}
.image {
margin: 4%;
}
.text {
text-align: center;
margin: 3% 14%;
font-size: 1.2vw;
}