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

  • @DanielGrec

    Submitted

    The images do not show and I don't know why. I will attach a screenshot of the Live Server showing the solution.

    *UPDATE: FIXED the img path.

    @MubashirArifRandhawa

    Posted

    Image not loading, try the following:

    Check if the path is correct Learn about absoute and relative paths

    the problem will be one of above two

    Marked as helpful

    0
  • @MubashirArifRandhawa

    Posted

    You can center vertically in multiple ways, you can also use absolute position.

    element{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }

    Try this :)

    0