-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
65 lines (65 loc) · 1.02 KB
/
menu.css
File metadata and controls
65 lines (65 loc) · 1.02 KB
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
* {
margin: 0%;
padding: 0%;
overflow-x: hidden;
}
body {
background-color: rgb(110,86,77);
}
#images {
justify-content: space-between;
align-items: center;
display: flex;
}
#fb {
height: 40px;
margin-left: 5px;
}
#ig {
height: 40px;
margin-right: 2px;
}
section#images {
align-items: center;
margin: auto;
display: block;
justify-content: space-between;
}
ul {
text-align: center;
align-items: center;
margin: auto;
}
ul#menu {
border-top: 2px solid white;
width: 75%;
}
#genbrun {
width: 100px;
margin-left: 52px;
}
h1 {
color: white;
margin: 15vw 0px;
font-size: 22px;
font-weight: 500;
font-family: "MADE Sunflower";
letter-spacing: 3.5px;
}
h2 {
color: white;
font-size: 50px;
font-family: sans-serif;
font-weight: lighter;
margin-right: 30px;
margin-top: 20px;
float: right;
}
a {
text-decoration: none;
}
@media only screen and (min-width: 426px) {
h1 {
margin: 100px 0px;
}
}