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

Results summary component with HTML and CSS . Full Responsive

@Hamza0053

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


All feedback is welcome.

Community feedback

Daniel 🛸 44,250

@danielmrz-dev

Posted

Hello @Hamza0053!

Your solution looks great!

I have a couple of suggestions for this one:

  • First: I commented the same thing on your other projects, but for semantic reasons, wrap the main content with main instead of div and also use h1 for the main title of the page.

The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading. <h6> defines the least important heading. Only use one <h1> per page - this should represent the main heading/subject for the whole page. Also, do not skip heading levels - start with <h1>, then use <h2>, and so on.

  • Second: The continue button is a clickable element, so it's a good practice to add cursor: pointer; to it.

I hope it helps!

Other than that, great job!

Marked as helpful

0

@Hamza0053

Posted

@danielmrz-dev Ok sir In next challenges I will used sementic tags

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