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
Prev Previous commit
Next Next commit
Update design.css
  • Loading branch information
BabyElias authored May 11, 2022
commit 1042c8f1c27299a5eff672e8851a03995b55b0e3
4 changes: 2 additions & 2 deletions Calculators/GST_Calculator/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ body {
margin-left: 20%;
margin-right: 25%;
font-size: x-large;
background-image:url("image.jpg");
background-repeat: no-repeat;
background-color:lime;

background-size: cover;
display: flex;
justify-content: center;
Expand Down