Olaniyi Ezekielβ’ 7,580
@Ezekiel225
Posted
Hello there π @bbrandaoooo.
Good job on completing the challenge !
Your project looks really good!
I have suggestions about your code that might interest you.
Consider changing the background-color of the body element to hsl(220, 15%, 55%).
body {
background-color: hsl(220, 15%, 55%);
}
Consider changing the h1 tag with the class of titulo to h4 or h5 so as to match the original design
I hope it helps!
Other than that, great job!
Happy coding.
Marked as helpful
1
bbrandaooooβ’ 30
@bbrandaoooo
Posted
Thank you for the tips! It helped a lot! @Ezekiel225
0