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

All comments

  • KKmirak 10

    @KKmirak

    Submitted

    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?

    @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
  • @Mueen-Alkhous

    Posted

    Hello @bharathkumar369, I want to say Great job. there are some few small details You missed, like the page background color, the font family, the text alignment, font color, and the border radius. Giving attention to the subtle details makes You more professional in your work.

    Marked as helpful

    0