Skip to content

Commit db520b2

Browse files
committed
Finance Tracker
1 parent 9c31be5 commit db520b2

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Projects/Finance Tracker/styles.css

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,60 @@ h1, h2 {
178178
color: red;
179179
}
180180

181+
#bottom{
182+
height: 30px;
183+
width: 100%;
184+
background-color:#333;
185+
position: relative;
186+
}
187+
188+
@media (max-width: 507px) {
189+
.logo{
190+
height: 60px;
191+
192+
}
193+
#currentDateTime{
194+
font-size:14px;
195+
margin-left: 100px;
196+
}
197+
.hello-height{
198+
font-size: 20px;
199+
}
200+
#transactionListSection {
201+
max-width: 100%;
202+
padding: 0 10px;
203+
}
204+
#balanceSection{
205+
/* max-width: 100%;
206+
padding:10px 10px; */
207+
flex-direction: column;
208+
font-size: 17px;
209+
210+
}
211+
.balance{
212+
flex:1 1 100%;
213+
margin: 5px;
214+
}
215+
header{
216+
height: 140px;
217+
text-align: center;
218+
display: flex;
219+
justify-content:flex-start;
220+
}
221+
}
222+
223+
.amount {
224+
font-weight: bold;
225+
}
226+
227+
.income {
228+
color: green;
229+
}
230+
231+
.expense {
232+
color: red;
233+
}
234+
181235
#bottom{
182236
height: 30px;
183237
width: 100%;

0 commit comments

Comments
 (0)