Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GST Calculator #304

Closed
wants to merge 19 commits into from
Closed
Prev Previous commit
Next Next commit
Enhanced UI/UX
  • Loading branch information
BabyElias committed May 14, 2022
commit d9447f2238d5e2a139ebbc299fe68aaba91aac4d
13 changes: 10 additions & 3 deletions Calculators/GST_Calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@
</head>

<body>
<div id="main">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="main">




<h1>
<center><U>GST Calculator</U></center>
</h1>
<center><div class="hit-the-floor">GST Calculator</div></center>
</h1><br /><br />
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-9">
<form>
<table>
<tr>
Expand Down