Submitted about 2 years ago
A tip calculator app built in plain HTML/Javascript/CSS
@therealseanwallace
Design comparison
SolutionDesign
Solution retrospective
I'm particularly interested in feedback about how my code could be leaner.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi,
Congrats on completing the challenge
To center the card on the page you can replace you body rule with the following one.
body { min-height: 100vh; background: hsl(185, 41%, 84%); margin: auto; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; }
Hope this is helpful
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord