Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Having not touched HTML/CSS in a while, I think my first project was fairly good.
What challenges did you encounter, and how did you overcome them?I completely forgot how to work divs and struggled with centering and overall manipulation. Given that my solution is only partially completeled. I plan on reviewing more on overall div properties.
What specific areas of your project would you like help with?Responsive design is something I have yet to brush up on and would love to learn more about it.
Community feedback
- @Swag-blipsPosted 5 months ago
Hello pslam, here is my feedback
- Consider increasing the width of the box div.
- Add alt text to the image to enhance accessibility.
- You can center the entire box using the provided code snippet.
font-family: 'Outfit', sans-serif; background-color: #f0f0f0; height: 100vh; margin: 0; display: flex; align-items: center; justify-content: center; }``` Hope this helps!
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