"Untitled"
Bootstrap 4.1.1 Snippet by LAURAAA

<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 ----------> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Title Page --> <title>Login</title> <!-- CSS --> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div id="container"> <form> <!-- Username --> <label for="name">Username:</label> <input type="name"> <!-- Password --> <label for="username">Password:</label> <p><a href="#">Forgot your password?</a> <input type="password"> <div id="lower"> <input type="checkbox"><label class="check" for="checkbox">Keep me logged in</label> <!-- Submit Button --> <input type="submit" value="Login"> </div> </form> </div> </body> </html>

Related: See More


Questions / Comments: