-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (50 loc) · 826 Bytes
/
Copy pathstyle.css
File metadata and controls
50 lines (50 loc) · 826 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
44
45
46
47
48
49
50
nav{
background-color: rgb(59, 59, 59);
color:rgb(253, 250, 250);
padding: 10px;
}
li,h1,ul{
display: inline;
}
ul{
margin-left: 800px;
}
li{
color: rgb(163, 163, 163);
cursor: pointer;
}
li:hover{
color:rgb(250, 249, 249);
}
input{
width: 800px;
margin: 25px;
padding: 10px;
margin-left: 200px;
}
.box{
border: 2px;
border-color: rgb(8, 8, 8);
border-style: solid;
width: 235px;
display: inline-block;
text-align: center;
}
.order{
color: rgb(236, 231, 231);
background-color:rgb(80, 76, 76);
display: inline;
padding: 5px;
cursor:pointer;
}
.order:hover{
color:black;
}
.recipe{
text-align: center;
margin: 10px;
}
.contact{
text-align: center;
padding: 10px;
}