Design comparison
Solution retrospective
First Webiste finished with some issues.
What challenges did you encounter, and how did you overcome them?Thought I didn't think it was super difficult it was my first program and had a hard time as I was using hard numbers for the child contianers causing a variety of issues
What specific areas of your project would you like help with?Some tips going forward?
Community feedback
- @Zy8712Posted 7 months ago
Congrats on finishing your first challenge!
Some tips for you moving forward:
- try using some semantic tags like
<main>
which is better for accessibility purposes - instead of using margin to center the card, I suggest you use flexbox to center it. You can do something along the lines of:
body{ width 100vw; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
Aside from that, you seem to have a good grasp many css properties/features. Nice work 👍
Marked as helpful1 - try using some semantic tags like
- @ObikaviolaPosted 7 months ago
Great work.
There's still some corrections to be made. Like reducing the space between the image and the heading.
Also, the text for the paragraph is too grey and can hardly be seen. I think you need to reduce the opacity.
There's need to make these changes.
Happy coding!
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