-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (89 loc) · 1.56 KB
/
style.css
File metadata and controls
115 lines (89 loc) · 1.56 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
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
108
109
110
111
112
113
114
115
body {
background-image: url(https://images.wallpaperscraft.com/image/single/cake_dessert_coffee_beans_197922_1920x1080.jpg);
background-attachment: fixed;
font-family:'Times New Roman', Times, serif;
}
h1 {
color: "black";
font-family:sans-serif;
font-size: 40px;
padding-top:24px;
margin-bottom:20px;
}
h2 {
font-family:Georgia, 'Times New Roman', Times, serif;
margin: 19px;
}
.menu {
background: linear-gradient(180deg, #fefae0, #d4a373);
margin:auto;
width:980px;
box-shadow: 5px -3px 4px 1px #d4a373;
}
h1, h2, p {
text-align: center;
}
hr {
background-color: #d4a373;
border-color:#d4a373;
height:2px;
margin-left: 3%;
margin-right: 3%;
}
.established {
font-style: italic;
margin-top: -5px;
}
.flavor {
text-align: left;
width: 75%;
padding-left: 3%;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.price {
text-align: right;
width: 18%;
}
.item p {
display: inline-block;
font-size: 18px;
}
#bolos {
padding-bottom:8px;
}
#data {
font-style:oblique;
padding-bottom:20px;
padding-bottom: 28px;
}
.footer {
font-size: 15px;
}
a {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: brown;
}
a:active {
color: brown;
}
.bottom-line {
margin-bottom: 25px;
background-color: #774936;
border-color: #774936;
}
.icons {
height: auto;
width: 9%;
display:block;
margin-left: auto;
margin-right: auto;
margin-top:-25px;
}
#pie {
margin-top:-35px;
}