Design comparison
Solution retrospective
Hello everyone!
This is my first project after a week of learning CSS and HTML. I had some issues at first, especially with image control but at the end, it's not that bad. What is worth changing? Cheers π¦.
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! π Here are some suggestions to help improve your code:
- The
alt tag
description for the image needs to be improved upon. You want to describe what the image is; they need to be readable. Assume youβre describing the image to someone.
More Info:π
https://www.w3.org/WAI/tutorials/images/
- There is no need for
position
absolute
/relative
to position the image. Usingflex
will do.
- Implement a Mobile First approach π± > π₯
With mobile devices being the predominant way that people view websites/content. It is more crucial than ever to ensure that your website/content looks presentable on all mobile devices. To achieve this, you start building your website/content for smaller screen first and then adjust your content for larger screens.
More Info:π
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!ππ
1 - The
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