Submitted almost 2 years ago
Tip calculator app using HTML, CSS, Sass and JS
@matheusmorenocf
Design comparison
SolutionDesign
Solution retrospective
That was my first challenge from the javascript site.
I appreciate any comment if any code could be improved.
I'm still in the process of learning.
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hello Matheus Moreno, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:
To align some content in the center of the screen, always prefer to use
display: flex;
it will make the layout more responsive!body { margin: 0; padding: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 100vh; }
I noticed that the color of the reset button is a little off! maybe you forgot to remove or add some class via js!
The remainder is excellent.
I hope it's useful. 👍
0
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