Design comparison
Solution retrospective
I have learnt lot about grid in this project. I am trying write clean code and organise the code which makes it professional way of writing the code.
What challenges did you encounter, and how did you overcome them?Nothing more but learnt grid layouts to well structure and organise the components in the site.
What specific areas of your project would you like help with?I want to know the mistakes what I done and how can improve writing the code more efficiently and perfectly to make it professional.
Community feedback
- @AdrianoEscarabotePosted 26 days ago
Hi abhi123-rgb, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
You have used <br> , using <br> is not only bad practice, it is problematic for people who navigate with the aid of screen reading technology. Screen readers may announce the presence of the element. This can be a confusing and frustrating experience for the person using the screen reader.
If you want to centralize your component, we can do this:
body { display: flex; min-height: 100vh; justify-content: center; align-items: center; }
The rest is amazing.
I hope this is helpful. 👍
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