-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.css
78 lines (64 loc) · 1.18 KB
/
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
html, body {
font-family: Josefin Slab;
font-size: 30px;
background-color: #f5efe5;
}
.main-nav-bar {
background: none;
background-size: cover;
}
.main-nav-bar a, .main-nav-bar a:visited {
color: black;
}
#top-section {
background-image: url("img/about/background-1.png");
background-size: cover;
padding-bottom: 30%;
}
#our-story {
display: flex;
margin-top: 2%;
justify-content: space-between;
}
#our-story img {
margin-left: 5%;
background-image: url("img/about/image-back.png");
padding: 20px 0px 55px 50px;
background-size: cover;
}
#our-story div {
margin-left: 5%;
margin-right: 3%;
}
#our-story p {
font-family: "Cutive Mono";
font-size: 24px;
width: 40%;
}
#find-us {
padding-left: 10%;
padding-bottom: 40%;
padding-top: 10%;
background-image: url("img/about/background-2.png");
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#find-us div {
margin-top: 10%;
width: 50%;
}
#find-us h2 {
font-size: 60px;
}
#find-us p {
font-size: 40px;
}
#find-us img {
margin-right: 10%;
margin-top: 25%;
width: fit-content;
height: fit-content;
}