Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I believe I have achieved a good HTML semantic structure along with concise, optimal CSS. My goal was to create the solution as per the design with as little code as possible.
What challenges did you encounter, and how did you overcome them?Its a simple task; No challenges.
What specific areas of your project would you like help with?I am interested if there is another way to achieve this with even less and cleaner code.
Community feedback
- @ArunstevPosted 3 months ago
Great job on your project! Your HTML looks clean and well-structured, and your CSS is also tidy.I suggest using a bit more semantic structure here:<main>
<section> <header> Header content of the web page. </header> <figure> <img src="image.jpg" alt="Description of image"> </figure> </section> </main>Keep up the great work!
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