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

Solution using only basic html and css (very hard)

KKmirak 10

@KKmirak

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


I did everything only with html and css, i found difficulty in using the right and i think it's still the wrong font. I'm unsure of the responsive part of my code. What should i do to have a better result?

Community feedback

@Mueen-Alkhous

Posted

Hello @KKmirak, I want to say Great job. There's One thing You missed in you solution, and it is the font family. I have checked your code, here what I found regarding this issue: First You did not add a font face (@font-face) in the top of your CSS file, You can add font face like this on the top of CSS file

@font-face {
    font-family: Hanken Grotesk;
    src: url(./assets/fonts/HankenGrotesk-VariableFont_wght.ttf)
}

Now you can use the font in your solution. I hope You find this helpful.

0

KKmirak 10

@KKmirak

Posted

@Mueen-Alkhous Thank you very much

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