Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Wlmserick

    Posted

    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