-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmenu.css
103 lines (90 loc) · 1.79 KB
/
menu.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.main-nav-bar {
background: none;
background-size: cover;
background-repeat: no-repeat;
align-self: center;
margin: 0px;
font-size: 30px;
font-family: Josefin Slab;
}
.main-page-links, .main-page-links:visited, #socials a, #socials a:visited {
color: white;
}
.menuPick a {
color: black;
}
#bottom-nav-bar .main-page-links, #bottom-nav-bar .main-page-links:visited,
#bottom-nav-bar #socials a, #bottom-nav-bar #socials a:visited {
color: black;
}
.main-nav-bar #selected-nav-bar {
color: black;
}
#bottom-nav-bar #selected-nav-bar {
color: white;
}
#bottom-nav-bar {
background-size: cover;
}
#page-name {
text-align: center;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
font-size: 96px;
padding-bottom: 100px;
padding-top: 50px;
color: white;
}
#page-header {
background-image: linear-gradient(to bottom, #2121216e, #2121216e),
url("img/menu/menuBackground.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: auto;
overflow: hidden;
}
#menu-items {
display: flex;
justify-content: space-evenly;
background-color: rgba(255, 255, 255, 0.88);
align-self: flex-end;
font-family: "Cutive Mono", monospace;
}
.menuPick {
padding: 20px;
font-size: 25px;
}
.menuPick:hover {
text-decoration: underline;
}
.menu-pictures {
text-align: center;
width: 250px;
padding-top: 50px;
padding-bottom: 0px;
margin-bottom: 10px;
}
main {
text-align: center;
background-color: #ffffff;
width: 100%;
font-size: 25px;
font-family: "Cutive Mono", monospace;
}
p {
padding-bottom: 50px;
padding-top: 50px;
}
hr {
width: 70%;
}
h1 {
text-align: center;
margin: 0px;
font-weight: 400;
font-size: 90px;
font-family: "Josefin Slab", serif;
}