Calculator using CSS Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@karthik2265
i find it interesting that you made the caluclator a classs in JavaScript and I liked how you commented the css code it's very readable
One issue I found is, when opened in mobile there is no padding i.e the caluclator is stretched to the very end of the body, this. An be easily solved by using padding on the body element, another thing is you can improve your naming for css classes, including names of html elements in class names is generally a bad idea 💡, one better approach for nameing classes is BEM stands for block element modifier, Google it you will definitely like the technique
Overall, nicely done ✅
Marked as helpful
Join 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