-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathorder.css
More file actions
123 lines (104 loc) · 2.01 KB
/
order.css
File metadata and controls
123 lines (104 loc) · 2.01 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
116
117
118
119
120
121
122
.main-nav-bar {
background: none;
background-size: cover;
background-repeat: no-repeat;
margin: 0;
align-self: center;
font-size: 30px;
font-family: Josefin Slab;
}
html, body {
background-color: #f5efe5;
}
.main-nav-bar a {
color: white;
}
#selected-nav-bar a {
color: white;
background-color: #d0c1b6;
}
.nav-box div {
white-space: nowrap;
flex: auto;
flex-direction: row;
}
#page-name {
text-align: center;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
font-size: 96px;
padding-bottom: 100px;
padding-top: 25px;
color: white;
}
#page-header {
background-image: linear-gradient(to bottom, #2121216e, #2121216e),
url("img/order/order-header.png");
padding-bottom: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: auto;
overflow: hidden;
}
#order {
display: flex;
justify-content: space-evenly;
background-color: rgba(255, 255, 255, 0.88);
align-self: flex-end;
font-family: "Cutive Mono", monospace;
}
#ordering {
padding: 20px;
font-size: 20px;
}
#parent img {
margin-left: 100px;
margin-top: 50px;
}
#child p {
font-size: 40px;
}
#child {
display: flex;
flex-flow: row nowrap;
justify-content: space-evenly;
margin-top: 50px;
}
.boxes-1 {
display: flex;
justify-content: space-evenly;
width: 300px;
border: 1px solid;
border-radius: 25px;
margin-top: 9%;
padding: 20px;
color: white;
background-color: #d0c1b6;
}
.boxes-1 a,
boxes-1 a:visited {
font-size: 30px;
color: white;
text-decoration: none;
padding: 10px 10px 10px 10px;
font-family: "Cutive Mono", monospace;
}
#bottom-nav-bar .main-page-links, #bottom-nav-bar .main-page-links:visited,
#bottom-nav-bar #socials a, #bottom-nav-bar #socials a:visited {
color: black;
}
.main-nav-bar #selected-nav-bar {
color: black;
}
#bottom-nav-bar #selected-nav-bar {
color: white;
}
#bottom-nav-bar {
margin-top: 10%;
width: auto;
}
#bottom-nav-bar img {
margin: 0;
}