Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
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

Flex, Grid, Sass, HTML, JS, SVG

Andres M. Prietoβ€’ 150

@AndresMpa

Desktop design screenshot for the Rock, Paper, Scissors game coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
4advanced
View challenge

Design comparison


SolutionDesign

Solution retrospective


How did you solve that weird "pentagon" behind those cards?

Community feedback

Anosha Ahmedβ€’ 9,300

@anoshaahmed

Posted

To avoid accessibility issues in the future:

  • wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
  • have at least one <h1> in your code
  • <section> and <article> usually need a heading, so if you don't need a heading in it, use some other element such as <div>

Good job! :)

Marked as helpful

1

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