@sanketcharanpahadiSubmitted over 2 years ago
How could I improve my solution?
How could I improve my solution?
Hello Sanket, Nice work, I highly encourage you to use mobile first design approach while builiding any project. https://www.browserstack.com/guide/how-to-implement-mobile-first-design#:~:text=Mobile%2DFirst%20Design-,What%20is%20Mobile%2DFirst%20Design%3F,up%20to%20larger%20screen%20sizes.
Also try to learn BEM naming conventions to have a more consistent classes name in HTML file. http://getbem.com/naming/
Thanks