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
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
You could style h1 with a different color, for example: Dark Charcoal: hsl(24, 5%, 18%)
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.
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%); }
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
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.
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
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.