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

  • P
    Markus• 240

    @mhjarvis

    Submitted

    What are you most proud of, and what would you do differently next time?

    no changes

    What challenges did you encounter, and how did you overcome them?

    no changes

    What specific areas of your project would you like help with?

    no changes

    Favour Ejiofor• 210

    @Fave334

    Posted

    Nice Job Markus, really nice.

    But for people like me who want to view your work codepen.io offers limited accessibility and this makes it hard to view. Here is my advice, visit vercel.com, netlify.com for free hosting options.

    They are very easy to use and offer nice accessibility for users, THANK YOU.

    I hope this was helpful.

    1
  • Favour Ejiofor• 210

    @Fave334

    Posted

    Nice work, but if you don't mind I have some tips :

    -You set the imagehtc on active therefore the imagehtc cover will only be visible when the image is clicked and the click is sustained. You could try :

    .imagehtc {
        position: absolute;
        filter: opacity(50%) drop-shadow(0 0 0 var(--cyan));
        height: /*Based on image height*/;
        width: /*Based on image width*/;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: /*individual preference*/;
    }
    

    Hope This Helps

    Marked as helpful

    0
  • Favour Ejiofor• 210

    @Fave334

    Posted

    Nice work, really great...

    0