-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
124 lines (90 loc) · 1.43 KB
/
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
* {
font-family: 'Poppins';
}
.Section1{
color:white;
}
.App_Container{
display: flex;
margin: auto;
width: 80%;
justify-content: center;
}
.App-Part{
border: 2px solid;
padding: 10px;
}
table{
background-color: rgb(252, 250, 247);
border: 1px solid;
border-collapse: collapse;
}
th{
background-color: wheat;
border: solid 1px;
}
td{
border: 1px solid;
}
.Section1{
background-color: #43365f;
}
#title{
color: rgb(226, 178, 3);
}
#TotalBalance{
font-size: 60px;
line-height: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
#incexpBox{
display: flex;
justify-content: space-around;
align-items: center;
gap: 5px;
padding-top: 0px;
margin-top: 0px;
}
.Item{
width:100px;
padding: 5px 15px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
line-height: 0px;
margin-bottom: 15px;
}
.box-1{
border: 2px solid #13e713;
color:#13e713 ;
}
.box-1>h5,.box-1>h4{
color:#13e713 ;
}
.box-2{
border: 2px solid #f9056f;
color:#f9056f ;
}
.box-2>h5,.box-2>h4{
color:#f9056f ;
}
#Date{
color: #43365f;
}
#submitbutton{
color: #24036c;
}
input{
width: 100%;
}
#Category{
width: 100%;
color: #43365f;
background-color: rgb(242, 241, 241);
}
option{
background-color: rgb(254, 254, 253);
color: rgb(11, 105, 187);
}