Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
...
What challenges did you encounter, and how did you overcome them?...
What specific areas of your project would you like help with?...
Community feedback
- @Ridwan10000Posted 3 months ago
@samir-Deve congratulations on completing the project. Just few remarks
- Use the
<main>
semantic tag for the container - Use
<picture>
tag to add the image - Before using
<h1>
it's not suggested to use<h2>
element. You may change the font-size to get the layout close to the given one. - Add an
action
attribute to the<form>
tag.
0 - Use the
- @Lo-DeckPosted 3 months ago
Hi well done fr this challenge.
If you want to display different images, it's better to use
picture
tag MDN.<picture> <source media="(max-width: 799px)" srcset="your path" > <source media="(min-width: 800px)" srcset="your path" > <img src="your path" alt="your description" > </picture>
Hope to be helpful.
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