Bruno Costa Candia
@bruno-candiaAll comments
- @hanif017363Submitted about 1 month ago@bruno-candiaPosted about 1 month ago
Hello Mohammod Hanif, how are you?
Congratulations on completing the challenge! However, I believe I can help you with a few things.
You are using a height of 150vh, which means you are exceeding the total height of the screen, causing additional scrolling. Try changing it to 100vh, which should solve the alignment issue.
Another point is that your text is not centered. Try using text-align: center to ensure the text matches the design in the project image.
Lastly, I see you may have taken some creative freedom in designing the component in your own style. Just a suggestion: consider adding the alt attribute to ensure accessibility for visually impaired users, which is really important in the programming field.
I hope this helps!
0 - @vitu7Submitted over 2 years ago
Aceito criticas construtivas.
@bruno-candiaPosted over 2 years agoHello Victor, how are u? In the image that the challenge provides, you can barely see it, but you forgot to change the font colors. Would be:
h1 { color: hsl(218, 44%, 22%) } p { color: hsl(220, 15%, 55%) }
Also, there's a very faint shadow missing that should be behind what you called "blocobranco".
Hope this helps!
0