-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 736 Bytes
/
style.css
File metadata and controls
43 lines (36 loc) · 736 Bytes
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
* {
margin: 0;
padding: 0;
}
body {
font-weight: 300;
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI';
overflow: hidden;
background-color: #eafbea;
}
header {
padding: 16px;
color: #fa4252;
background-color: #ffa259;
text-shadow: 1px 1px 2px #fff;
}
ul {
background-color: #fff;
padding: 0;
margin: 50px;
box-shadow: 0 10px 10px 5px #6f9a8d;
}
ul li {
list-style: none;
background-color: #fa4252;
color: #fff;
text-shadow: 1px 1px 2px #801336;
height: 40px;
font-weight: bold;
padding: 20px 10px 0 10px;
line-height: 22px;
}
span { display: inline-block; padding-bottom: 10px; }
.name { width: 250px; }
.isfood { width: 230px; }
.white { color: #fff !important; }