-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
68 lines (55 loc) · 825 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
body {
width: 80%;
margin: auto;
}
header {
margin: auto;
background-color: darkgreen;
text-align: center;
color: white;
padding: 20px 0;
}
canvas[style] {
width: 500px !important;
}
table {
margin: auto;
margin-top: 20px;
}
td {
padding: 5px;
}
select {
filter: drop-shadow(0px 10px 10px rgb(194, 194, 194));
border-radius: 5px;
}
th {
background-color: darkgreen;
color: white;
}
tr:nth-child(even) {
background-color: rgb(216, 216, 216);
}
#total-amount {
text-align: center;
font-size: x-large;
font-weight: 900;
}
.filters {
display: flex;
justify-content: space-between;
margin: 20px 0;
}
.months input {
margin-left: 10px;
}
.dashboard {
display: flex;
}
#credit-card-info {
text-align: center;
}
#credit-card-info > img {
width: 50%;
margin: auto;
}