-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.css
107 lines (89 loc) · 1.78 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
104
105
106
107
html, body {
height: 100%;
width: 100%;
}
/*BackGround */
body{
background: url(https://cdn.tatlerasia.com/asiatatler/i/my/2018/11/02193226-web-4-fingers_cover_2000x761.jpg);
}
/* header */
header{
position: fixed;
top: 0; left: 0; right:0;
background: white;
padding: 1rem 7%;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
}
header .logo{
color: black;
font-size: 3.5rem;
font-weight: bolder;
}
/* LOGO */
header .logo i{
color: black;
}
/* Menu Contact */
header .navbar a{
font-size: 2.5rem;
border-radius: .5rem;
padding: .5rem 1.5rem;
color: black;
}
header .navbar a.active,
/* Home */
header .navbar a:hover{
color: white;
background:red ;
}
header .icons #menu-bars{
display: none;
}
/*Menu List */
.menu-item {
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
background-color: transparent;
}
/* Menu Item Name */
h1 {
text-align: center;
font-family: Didot, serif;
font-size: 30px;
color: white;
padding: 10px 10px;
background: black;
margin:1.5px
}
p {
text-align: center;
font-family: Didot, serif;
font-size: 30px;
color: white;
padding: 10px 10px;
background:black;
margin:1.5px;
}
.food-image{
padding: 10px 10px;
background: black;
align-items: center;
margin-top: 150px;
}
/*FOOTER*/
/*social media links*/
footer {
display: flex;
align-items: center;
position: sticky;
justify-content: center;
bottom:0;
padding-top:10px;
width: 100%;
opacity:0.85;
}