Design comparison
Solution retrospective
I'm proud of what I have and how it is positioned and the text are positioned. I would probably not change anything im happy of how it is.
What challenges did you encounter, and how did you overcome them?Flexbox and errors, for flexbox i used documentation from w3.css and for the errors i use chatgpt as my mentor
What specific areas of your project would you like help with?the picture, its not showing for some reason
Community feedback
- @beowulf1958Posted 2 months ago
Congratulations on completing this challenge. You did a really great job centering the card on the page, and positioning the text in the card. However, the image does not show on the page. This is because you did not include a picture in your folder. In order for an image to show up, it must be in the same folder as your html and css file. I have created a fork on your github with a copy of the image. I also had to remove the height on the container and img to get it to fit. Take a look and see what you think.
Marked as helpful2 - @TedJenklerPosted 2 months ago
Hi @zaydcodes,
Nice project! As mentioned before, the image isn’t working, but here are a few additional improvements you might consider:
OG Meta Tags: Since your project is shareable by nature, adding OG (Open Graph) meta tags would be beneficial. They can significantly enhance SEO and make the shared links more attractive by including images and descriptions.
Heading Structure: Instead of using two headings, consider using a single <h1> tag followed by a <p> tag. You can then style them with CSS to achieve the desired look. This approach will improve the semantic structure of your page and make it more accessible.
Clickable QR Code: Additionally, consider making the QR code clickable so that users, especially older ones, can access the link directly without needing to scan the code. Alternatively, you can include the link below the QR code.
Keep up the great work!
Best, Teodor
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