"Untitled"
Bootstrap 4.1.1 Snippet by subhanana

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"> <link rel="stylesheet" href="theme.css" type="text/css"> <link rel="stylesheet" href="login.css" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="hide.js"></script> </head> <body class="SignUp"> <div class="py-5" style=""> <div class="container"> <div class="row h-25"> <div class="col-md-12" style=""> <h1 class="display-4">Literate the world</h1> </div> </div> <div class="row h-100"> <div class="col-md-6"></div> <div class="col-md-6" style=" box-shadow: 0px 0px 4px black;"> <div class="row h-50"> <div class="col-md-12"> <div id="login"> <h1 class="display-4 text-center">Log In<br><br></h1> <form id="c_form-h" class=""> <div class="form-group row"> <label for="inputmailh" class="col-2 col-form-label">E-mail</label> <div class="col-10"> <input type="email" class="form-control" id="inputmailh" placeholder="mail@example.com"> </div> </div> <div class="form-group row"> <label for="inputpasswordh" class="col-2 col-form-label">Password</label> <div class="col-10"> <input type="password" class="form-control" id="inputpasswordh" placeholder="Password"> </div> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> <h3 class="text-center text-body"><br><a href="#" id="SignUplink">Don't Have Accout ? Register!<br></a><br></h3> </div> <div id="signup"> <h1 class="display-4 text-center">Sign Up</h1> <form class=""> <div class="form-group"> <label>Email address</label> <input type="email" class="form-control" placeholder="Enter email"> <div class="form-group"><label>Label</label><input type="email" class="form-control" placeholder="Enter email"> <div class="form-group"><label>Label</label><input type="email" class="form-control" placeholder="Enter email"> <div class="form-group"><label>Label</label><input type="email" class="form-control" placeholder="Enter email"> <div class="form-group"><label>Label</label><input type="email" class="form-control" placeholder="Enter email"> <div class="form-group"><label>Label</label><input type="email" class="form-control" placeholder="Enter email"></div> </div> </div> </div> </div> <small class="form-text text-muted">We'll never share your email with anyone else.</small> </div> <div class="form-group"> <label>Password</label> <input type="password" class="form-control" placeholder="Password"> </div> <button type="submit" class="btn btn-primary w-100">Submit</button> </form> <h1 class="display-4"></h1> </div> </div> </div> </div> </div> </div> </div> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free  <img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo> </body> </html>
#signup{ display: none; }
$(document).ready(function(){ $("#SignUplink").click (function(){ $("#login").slideUp("slow", function(){ $("#signup").slideDown("slow"); }); }); });

Related: See More


Questions / Comments: