Posts

Showing posts with the label template

Login Form with bootstrap Card

Image
  <!DOCTYPE html> <html> <head>     <title>Login</title>     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> </head> <body>     <div class="container">         <div class="row">             <div class="col-sm-4 offset-sm-4 mt-2">                 <form action="" method="post">                 <div class="card">                   <div class="card-header">                    L...