
Basic grid and flexbox usage with plain html and css.
Design comparison
Solution retrospective
How clean is my code? Which improvements are possible?
Community feedback
- @Daniel-BilodidPosted about 2 years ago
Hi, my congratulations you did a great job 🎉
𝐒𝐨𝐦𝐞 𝐭𝐢𝐩𝐬 𝐟𝐨𝐫 𝐲𝐨𝐮𝐫 𝐜𝐨𝐝𝐞 🛠
🔹 You need to put a landmark in your code
simply wrap your code with main> landmark
📚 The <main> HTML element is intended for the main content (content) of the <body> of the document (page).
🔹 And you need to add an alt tag to your images
📚 The alt attribute contains a textual description of the image, which is optional but incredibly useful for accessibility
I hope it was helpful, you are great, keep up the good work 👍
Marked as helpful1
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