Design comparison
Solution retrospective
Hi Everyone!
I have implemented all the learning's that I have learnt in past few weeks. i.e. React, Sass and JS.
Just to point out, when I was doing this project I came across some issues like dynamic styling and re-rendering in react for which I have search google but couldn't found the best ways to fix re-rendering.
Every feedback is welcome so let me know where I'm doing wrong.
Happy coding :-)
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hello Madan Sinha, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
I noticed that the content is not centered to fix this we can do the following:
I added these codes to the body:
body { align-items: center; min height: 100vh; }
the rest is great!
Hope it helps...👍
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