Design comparison
Solution retrospective
I feel like the first two text sections in the mobile website are too small while the 2 images after (graphic design and photography sections) are too big, how can i make them more similar to the mobile design?
Any other feedback is appreciated!
Community feedback
- @llKryptonixllPosted almost 2 years ago
Hey great work , did you see the accessibility report? Your anchors are: <a href="#"> but you should add a discernible text. So if you are using icons as an anchor obviously there is no discernible text but for this we have aria-label attributes and with them you can add an discernible text. For example if you have an facebook icon and you are using it in an anchor tag you can write it like: <a aria-label="our facebook page" href="#">
1@tyVespAPosted almost 2 years ago@llKryptonixll Hi Lucas thank you, i did not know about that! I fixed it like you said and it should be good now. Thanks have a good day!
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