-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (61 loc) · 1.11 KB
/
style.css
File metadata and controls
75 lines (61 loc) · 1.11 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
*{
margin: 0;
padding: 0;
outline: none;
}
body {
font-family: 'Poppins',sans-serif,'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
background-color: #d9a61a4f;
}
h3 {
font-size: 18px;
font-weight: 900;
}
p{
font-size: 16px;
}
.pizza_container{
transform: translate(0%,50%);
border-radius: 20px;
margin: 0 auto;
background-color: #D9A61A ;
padding: 40px;
text-align: center;
max-width: 400px;
}
.pizza_title {
font-size: 27px;
}
h3, h5{
padding-bottom: 15px;
color: #ffffff;
}
h5 {
font-size: 16px;
}
select{
border: none;
padding: 8px;
}
optgroup{
font-size: 14px;
}
h6 {
color: blanchedalmond;
font-family: 'Poppins',sans-serif,'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
padding-top: 15px;
}
.action_button {
padding-top: 20px;
}
#prepare, #reset {
padding: 8px;
font-size: 15px;
border: none;
font-family: 'Poppins',sans-serif,'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
font-weight: 600;
}
#prepare {
background-color: rgb(60, 255, 0);
border: none;
}