Skip to content

Commit

Permalink
Update financial-goals.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz authored Jun 22, 2020
1 parent 4a461d0 commit 2782f83
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion financial-goals.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@
display: inline-block;
margin: 10px;

}

.box2{
background-color: chocolate;

}
.box:hover{
background-color: crimson;
background-color: #E91E63;
}

.header{
font-size: 50px;
font-family: fantasy;
}
.header2{
font-size: 40px;
}
</style>

</head>
Expand All @@ -45,5 +54,17 @@
30% </div>
of sallary goes to savings (investment certificate)
</div>
<br>
<div class="box box2">
<div class="header header2"> <i class="fas fa-coins"></i><br>
24000 LE </div>
Goal
</div>
<div class="box box2" >
<div class="header header2"> <i class="fas fa-funnel-dollar"></i><br>
5600 LE </div>
per month

</div>
</body>
</html>

0 comments on commit 2782f83

Please sign in to comment.