Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

project built only with flex, grid,css 🔨🔨

@FedeHerrera10

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


willing to any comment. Thanks.!! 😁😁

Community feedback

P
Ken 4,915

@kens-visuals

Posted

Hey @FedeHerrera10 👋🏻

I have quick tips to help you fix the accessibility and HTML issues.

  • In HTML, list items <li> should always be in <ul> if it's unordered list, and <ol> ordered list. The following code will fix the accessibility and HTML issues. Just, don't forget to generate a new report once you fix it.
<ul>
    <li>Tutorials by insdustry experts</li>
    <li>Peer & expert code review</li>
    <li>Coding exercises</li>
    <li>Access to our Github repos</li>
    <li>Flashcards decks</li>
    <li>New videos every weeks</li>
</ul>

I hope this was helpful 👨🏻‍💻 one last thing would be, to try to implement :hover state for the button. Other than that, you did a great job, well done. Cheers 👾

Marked as helpful

0

@FedeHerrera10

Posted

@kens-visuals Thanks for the collaboration, everything is resolved.

0
P
Ken 4,915

@kens-visuals

Posted

@FedeHerrera10 you're welcome ✌🏻

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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