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

Result Summary using html and css only

Yoriβ€’ 110

@yori21

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


Result summary using html and css only. I'm hope can upgrade my skill after this project and next project.

Community feedback

Abdul Khaliq πŸš€β€’ 72,580

@0xabdulkhaliq

Posted

Hello there πŸ‘‹. Good job on completing the challenge !

  • I have other suggestions about your code that might interest you.

HTML 🏷️:

  • <html> element must have a lang attribute, like this <html lang=en>
  • Use semantic elements such as <main> for <div class="box_model"> to improve accessibility and organization of your page.
  • Always avoid skipping heading levels; Starting with <h1> and working your way down the heading levels (<h2>, <h3>, etc.) helps ensure that your document has a clear and consistent hierarchy. Source πŸ“˜

Fonts πŸ”€:

  • It's recommended that you always use the font provided by the challenge's style guide.To import a font, follow the steps below
  • A sidebar will appear with a code snippet that you can use to import the font.
  • Copy that code snippet and paste it into the <head> section of your HTML document.
  • Now you can use the "Hanken Grotesk" font in your CSS by specifying font-family: 'Hanken Grotesk', sans-serif;.

I hope you find it useful! πŸ˜„ Above all, the solution you submitted is great!

Happy coding!

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