-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
67 lines (61 loc) · 1.47 KB
/
menu.css
File metadata and controls
67 lines (61 loc) · 1.47 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
66
67
.container{
width: 1455px;
height: 210px;
background-color:rgb(236, 197, 171) ;
padding-top: 30px;
padding-left: 10px;
}
.title{
font-size: 60px;
color:bisque;
text-transform: uppercase;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
text-rendering: geometricPrecision;
text-decoration-line:underline ;
border: 8px solid rgb(0, 0, 0);
padding: 10px;
background-color:rgb(235, 193, 157);
color:rgb(0, 0, 0);
box-shadow: 3px 3px 5px;
}
.food{
width: 600px;
margin-left: 20px;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 42px;
border-width: 5px 5px 5px 5px;
border-color: black;
border-style: inset ;
box-sizing: 100px;
box-shadow: 5px 5px 5px 5px;
}
.image{
width: 180px;
padding-left: 40px;
border-bottom-right-radius: 40px ;
padding-top: 10px;
}
.section1{
width: 716px;
height: 1000px;
background-color:rgb(236, 197, 171) ;
border-width: 5px 5px 5px 5px;
border-color: black;
border-style: inset ;
box-shadow: 5px 5px 5px 5px;
position: absolute;
top: 240px;
}
.section2{
width: 716px;
height: 1000px;
background-color:rgb(236, 197, 171) ;
border-width: 5px 5px 5px 5px;
border-color: black;
border-style: inset ;
box-shadow: 5px 5px 5px 5px;
position: absolute;
top: 240px;
left: 745px;
}