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

  • ubey_Saβ€’ 120

    @ubeysaab

    Submitted

    Firstly, I would like to express my gratitude for this wonderful platform. Secondly, I would appreciate your feedback on my solutions (application and code sections) so that I can improve my coding skills by writing cleaner code and becoming a better programmer. Thank you.

    @Mriganka5137

    Posted

    • I would suggest not use the image as background image property.
    • use the div with class "up" as the container to put the <img /> inside.
    • And refrain from using height: property. it will break the responsiveness.
    • Don't use padding in the "p" tag .
    2
  • @Mriganka5137

    Posted

    All the elements that have hover state needs to have following property: cursor:pointer;

    Marked as helpful

    0