@karthik2265
Posted
hey Guilherme,
well done the website looks good and very responsive 👏
One thing I noticed is when I hover on an article title or on an item in header the color changes hinting that it's a link and it would be much clear if the cursor is a pointer.
example:
header .menu a:hover {
color: hsl(35deg, 77%, 62%);
cursor: pointer;
}
congratulations on completing the challenge, good work.
Thank You
Marked as helpful
@Guilherme-Goncalves-de-Souza
Posted
Thank you very much!!!
I hadn't thought about it, I'll look at that in my next projects.
Thank you very much @karthik2265 !!!