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

  • @wolecodes

    Submitted

    What are you most proud of, and what would you do differently next time?

    gETTING SOMETHING CLOSE TO THE DESIGN AND PROBABLY JUST ENSURE I DO BETTER ON THE NEXT ONE.

    What challenges did you encounter, and how did you overcome them?

    noNE

    @alexstrauch

    Posted

    You could style h1 with a different color, for example: Dark Charcoal: hsl(24, 5%, 18%)

    0
  • @cerezoar

    Submitted

    What are you most proud of, and what would you do differently next time?

    Starting every newbie challenge here in frontend mentor. To touch up and go back to these challenges and improve them if needed.

    What challenges did you encounter, and how did you overcome them?

    Not much since it is very straightforward. But maybe I could personalize it on my next try on this challenge.

    What specific areas of your project would you like help with?

    The responsiveness of the website.

    @alexstrauch

    Posted

    Hi, I'm a beginner myself. If you want to get rid of the underline in the "Coded by"-section you could do this and maybe give it the same color as h3:

    .attribution a { text-decoration: none; color: hsl(75, 94%, 57%); }

    Marked as helpful

    0
  • Rayza-18 60

    @Rayza-18

    Submitted

    What are you most proud of, and what would you do differently next time?

    De ter estudando alguns assuntos por fora, eu tentaria otimizar o tempo.

    What challenges did you encounter, and how did you overcome them?

    responsividade? ainda é uma dificuldade deixar a tela do tamanho ideal para aparelhos

    What specific areas of your project would you like help with?

    adaptação de tamanhos

    @alexstrauch

    Posted

    you could use flexbox for "aprendendo" and set it to flex-start with some padding to get it aligned with the rest of the elements.

    0
  • @AbdulquddusMuhammad

    Submitted

    What are you most proud of, and what would you do differently next time?

    i am glad i was able to complete the challenge and now will be able to move on to the next one

    What challenges did you encounter, and how did you overcome them?

    css units was difficult to determine but overcome it through trial by error

    What specific areas of your project would you like help with?

    javascript in further projects

    @alexstrauch

    Posted

    I'm a newbie myself.

    You tweaked it a little bit by scaling down the font-size for the "header" which is fine by me.

    The code isn't available in the repository so I can't give feedback on this.

    0