"Form by Bootstrap 4.0.0"
Bootstrap 4.0.0 Snippet by Noman1416

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" > <!-- custom css --> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <section id="registration"> <div class="container"> <form> <div class="form-row"> <div class="col-sm-12 col-md-6"> <div class="row"> <div class="col-sm-12"> <input type="text" class="form-control" name="text" placeholder="Full Name"><br> </div> <div class="col-sm-12"> <input type="text" name="text" class="form-control" placeholder="Full Name"><br> </div> <div class="col-sm-12"> <input type="text" name="text" class="form-control" placeholder="Full Name"><br> </div> </div> </div> <div class="col-sm-12 col-md-6"> <textarea placeholder="message" class="form-control"></textarea> <button type="submit" class="btn btn-primary my-3 px-5">Submit</button> </div> </div> </form> </div> </section> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="js/jquery-3.2.1.slim.min.js" ></script> <script src="js/popper.min.js" ></script> <script src="js/bootstrap.min.js" ></script> <script src="js/custom.js"></script> </body> </html>

Related: See More


Questions / Comments: