@RioCantre
Posted
Hello there! Good job in this project. You did well in implementing the design and I would like to suggest the following for you...
- Add the hover state for the text, for example...
.card-header:hover {
color: hsl(178, 100%, 50%);
cursor: pointer;
}
.creator:hover {
color: hsl(178, 100%, 50%);
cursor: pointer;
}
- Same with the hero image... you should add the hover state with the eye icon
Hope this helps and Keep going!