Home > Back-end >  Image not visible while working on Login form
Image not visible while working on Login form

Time:12-06

I am working on a login section which looks like this - https://www.codehim.com/demo/login-page-in-html-with-css-code/

On left hand side I have an image and on right hand side, I have login form -

This is what I have done -

[![enter image description here][1]][1]

On login__left I have added a image through CSS but it is not visible.

Can you help me.

CodePudding user response:

You'r login__left doesn't have any height. check if you set your height in px

CodePudding user response:

try adding "" around your url.

  • Related