Design comparison
SolutionDesign
Solution retrospective
Just learned SCSS and this is my first time using it. Please let me know if I'm using it right or if I can improve something. Thanks
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job š
š Some accessibility and semantics recommendations for your HTML
- The illustration image is part of the content, it should not be a background
- The "Learning" text is poorly structured semantically. It should be a
span
inside ap
and not the other way around. Although in this case, it was enough to add a class to said paragraph - For your
<p>Published 21 Dec 2023</p>
you can use thetime
tag:<p>Published <time datetime="2023-12-21">21 Dec 2023</time></p>
. More info
Marked as helpful0@UzomaFidelisPosted 10 months agoThanks for taking the time to check my solution. I will correct these as soon as possible. @Blackpachamame
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