-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
55 lines (47 loc) · 913 Bytes
/
home.css
File metadata and controls
55 lines (47 loc) · 913 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
* {
padding: 0;
margin: 0;
text-decoration: none !important;
cursor: url("images/cursor.png"), auto;
color: #4c4a42;
font-family: 'Markazi Text', serif;
}
#navbar {
background-color: #fbf8be;
font-size: 1.9em;
}
#forthebees {
font-size: 2.4rem !important;
}
.headlogo {
width: 2.9em;
}
body {
background: #a7beae;
height: 100vh;
}
.content {
min-height: 100%;
margin: 0;
background: #a7bfae;
justify-content: center;
position: relative;
background-color: #a7beae;
background-image: url(beebg2.png);
background-position: center;
align-items: center !important;
min-height: 100vh;
}
.mission {
top: 50%;
left: 50%;
position: center;
padding: 0;
font-size: 10vw;
padding: 20vw;
text-decoration-color:#a7bfae;
}
#footer {
background-color: #808080;
border-radius: 15px 15px 0px 0px;
}