Please give me a feedback on how I can improve this project.
Erick Wiliams
@WlmserickAll comments
- @mcstarley1215Submitted about 1 year ago@WlmserickPosted about 1 year ago
Hi MCSTARLEY1215,
This is an awesome design, even way better than mine. I previewed the live site and have some suggestions. I noticed the active effects are not functioning.
Here's a suggestion you can use for the effects.
.detail-title:hover{ cursor: pointer; color: hsl(178, 100%, 50%); }
.author-name:hover{ cursor: pointer; color:hsl(178, 100%, 50%); }
Then remove the following from the code and it should work just fine when hovered on. .detail-title { cursor: pointer; } .detail-title:active { color: hsl(178, 100%, 50%); }
.author-name { cursor: pointer; } .author-name:active { color: hsl(178, 100%, 50%); }
I am still working on the image active state and might update when I am done. I hope this helps . Happy coding!
1