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
Not Found
Not Found
Not Found

All comments

  • @braien-machado

    Posted

    @niccalaodenio, you've set the 'cursor: pointer' in '.img_container img' with no specification to do it while hovering. In consequence, the cursor sometimes changes to standard while moving it on the img.

    Try something like: .img_container img:hover { cursor: pointer; }

    If you want, check my solution here

    1