Design comparison
SolutionDesign
Community feedback
- @Lo-DeckPosted about 1 month ago
Hi well done for this challenge,
Your stylesheet is not applied to the HTML, you forgot a point before the slash
<link rel="stylesheet" href="/styles.css">
to<link rel="stylesheet" href="./styles.css">
And I'll give this link you check out the mistake for HTML and CSS. 3WC validator.
<ul class="order-list"> <p class="ord-list"><img src="images/icon-list.svg" alt="icon-image"> Product discovery and building what matters</p> <p class="ord-list"><img src="images/icon-list.svg" alt="icon-image"> Measuring to ensure updates are a success</p> <p class="ord-list"><img src="images/icon-list.svg" alt="icon-image"> And much more!</p> </ul>
Above It's not correct you need a
li
.Hope to be helpful.
Marked as helpful0 - @Opzyhush09Posted about 1 month ago
thanks so much, this is so impactful
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