-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
62 lines (47 loc) · 736 Bytes
/
main.css
File metadata and controls
62 lines (47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.jumbotron {
color:#1abc9c;
margin-bottom: 10px;
}
.header {
color:#1abc9c;
}
.center-block {
align: center;
}
h1 {
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
font-style: normal;
font-variant: normal;
line-height: 26.4px;
font-size: 40px;
color: #086788;
}
h2 {
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
font-size: 20px;
}
h5 {
font-size: 20px;
margin-top: 10px;
}
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
}
button {
color: forestgreen;
background-color: white;
font-size: 15px;
}
ul {
list-style-type: none;
}
#submit,
#prepare {
background-color: #1abc9c;
}
#pizzaimage {
max-width: 100px;
max-height: 100px;
align: center;
}