"test"
Bootstrap 4.1.1 Snippet by gbsr10

<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> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../../../favicon.ico"> <title>Pricing example for Bootstrap</title> <!-- Bootstrap core CSS --> <link href="../../css/editor.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="pricing.css" rel="stylesheet"> </head> <body> <div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center"> <h1 class="display-4"><b>YPRO CHECKER</b><br></h1> </div> <div class="container"> <div class="card-deck mb-3 text-center"> <div class="card mb-8 box-shadow"> <div class="card-header"> <h4 class="my-0 font-weight-normal">Email & Phone LISTE<br></h4> </div> <div class="card-body"><div class="form-group" style=""><label>Your response:</label><textarea class="form-control"></textarea></div> <ul class="list-unstyled mt-3 mb-4"> </ul> <button type="button" class="btn btn-lg btn-block btn-primary">Get started</button> </div> </div><div class="card mb-8 box-shadow"> <div class="card-header"> <h4 class="my-0 font-weight-normal">VALIDATION<br></h4> </div><div class="card-body"><div class="alert alert-dismissible fade show alert-success" role="alert" style=""> <div><strong>Email VALID!</strong> <br></div><div>You should check in on some of those fields. </div></div><div class="alert alert-dismissible fade show alert-danger" role="alert" style=""> <div><strong>Email INVALID!</strong> <br></div><div>You should check in on some of those fields. </div></div> </div> </div> </div> </div> </body> </html>

Related: See More


Questions / Comments: