-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.css
60 lines (52 loc) · 942 Bytes
/
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
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
nav {
background-color: #444;
color: #fff;
padding: 10px;
text-align: center;
}
section {
padding: 20px;
text-align: center;
}
section img {
width: 100%;
max-width: 800px;
height: auto;
margin-bottom: 20px;
}
.menu {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.dish {
width: 300px;
margin: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
background-color: #fff;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
.y{
border-radius: 4px;
background-color: #555555;
color: rgb(122, 122, 122);
}