htmllogin-page

Need profile image left side


I was wondering if anyone solve mine problem i need picture in left in the following example it is top

http://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_login_form_modal


Solution

  • .imgcontainer {
    text-align: left;
    margin: 24px 0 12px 0;
    position: relative;
    }
    

    put that in the .imgcontainer, or just change "text-align:center" to "text-align:left"