-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
73 lines (63 loc) · 939 Bytes
/
style.css
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
body {
background-color: #ffdd59;
font-family: Rubik, Arial;
}
form {
text-align: center;
line-height: 30px;
height: 80%;
overflow: auto;
}
form hr {
width: 15%;
}
h1 {
color: #008037;
text-align: center;
}
p {
font-size: 18px;
font-style: italic;
text-align: center;
}
#burger {
width: 100%;
margin: 0 auto;
max-height: 30%;
}
#overlay {
width: 80%;
margin: 3% auto;
height: 95vh;
background-color: rgba(255, 255, 255);
border-radius: 40px;
}
#logo {
height: 275px;
display: block;
margin: auto;
}
.protein,
.patties,
.cooked,
.toppings,
.cheesy,
.avocado,
.bun-type,
.sauce-selection,
.extra-info {
padding: 1.2% 1.2%;
}
.toppings label, .cheesy label {
margin-right: 25px;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: #FFFFFF;
padding: 9px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}