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 Component Challenge with html and css

alledifβ€’ 30

@Fidella-droid

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


Feedback welcome

Community feedback

Refer59β€’ 190

@Refer59

Posted

Hi! πŸ– Congratulations on finishing your first challenge.

As feedback I would recommend you that:

  • If you going to use absolute units(px), only use them in your main container, and then using relative units(%, rem, em) in the elements whose are inside your main container, that will make the layout design way easier and faster for building responsive design

  • Seems that you didn't import the Font set, you can go to google fonts, find the Font name that the Readme file is asking you to use, select the weights and then copy the 2 html tags and paste them inside the <head> tag of your index.html. you will able to use the font family in your css code.

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@500&display=swap" rel="stylesheet">```

Marked as helpful

0

alledifβ€’ 30

@Fidella-droid

Posted

@Refer59 I appreciate your feedback, thanks.

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