-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
56 lines (46 loc) · 840 Bytes
/
index.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
/* CSS Document */
body {
background-color: #D7AF28;
}
table {
color: black;
text-align: center;
background-color: #D7AF28;
}
h1, h2 {
font-family: "Helvetica";
}
.text {
font-family: "Helvetica";
font-size: 22px;
color: black;
background-color: #D7AF28;
}
.text2 {
font-family: "Helvetica";
font-size: 22px;
color: black;
background-color: #D7AF28;
}
.button {
font-family: "Helvetica";
font-size: 20px;
color: white;
background-color: black;
width: 110px;
height: 30px;
border: 1px black;
box-sizing: border-box;
}
.price {
font-family: "Helvetica";
font-size: 22px;
color: black;
background-color: #D7AF28;
}
.error {
font-family: "Helvetica";
font-size: 22px;
color: red;
background-color: white;
}