@danielmrz-dev
Posted
Hello @cipdanila!
Your project looks awesome!
I have just one suggestion:
š The hover effect
on the links is supposed to turn the container Green, not OffBlack.
This is your code:
.container a:hover {
background-color: var(--off-black);
}
And this is how it is supposed to be:
.container a:hover {
background-color: var(--green);
}
I hope it helps!
Other than that, great job!
Marked as helpful
@cipdanila
Posted
@danielmrz-dev Thank you so much it was helpful!