Posts

Showing posts from October, 2022

LogIn Page HTML CSS

                 LogIn Page HTML CSS < html >   < head >     < meta charset =" utf-8 " />     < title >Movieshub: Sign-in</ title >     < link rel =" stylesheet " type =" text/css " href =" style.css " />   </ head >   < body >     < div class =" login-box ">       < div class =" box-root " style =" min-height: 100vh; flex-grow: 1 ">         < h1 >< a href =" # " rel =" follow me ">Movieshub</ a ></ h1 >         < br />         < div class =" formbg-outer ">           < div class =" formbg ">             < span class =" padding-bottom--15 ">Sign in to your account</ span >             < form id =" login "...