NeumorphismLoginForm.html


<html>

 <head>

   
   <link rel="stylesheet" type="text/css" href="style.css">
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
   
    </head>

   <body>
     
       <div class="Login-form">

          <img src="circleLogo.png">
             
          <form action="#">
               
            <div class="input-field">
               
               <span class="fa fa-user"></span>
               <input type="text" required>
               <label>Email or Phone</label>

            </div>

             
            <div class="input-field">
               
              <span class="fa fa-lock"></span>
              <input type="password" required>
              <label>Password</label>

           </div>

              <button>Sign Up</button>

          </form>

       </div>

   </body>

</html>

CSS File



                                                         webview of Login Form





Video Link







Check out my YouTube channel for more such videos :

https://www.youtube.com/channel/UCrgTxZY_mtmFV0EpHeaRezg?view_as=subscriber


Follow me on my facebook page

https://www.facebook.com/Coding-Zone-101009098243029/?modal=admin_todo_tour




Post a Comment

Previous Post Next Post