UNPKG

mdbootstrap4-pro

Version:
94 lines (75 loc) 4.14 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Material Design Bootstrap</title> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="../../css/bootstrap/bootstrap.css"> <!-- Material Design Bootstrap --> <link rel="stylesheet" href="../../css/mdb.css"> <link rel="stylesheet" href="../../css/style.css"> </head> <body> <!-- Start your project here--> <section class="container"> <div class="row"> <div class="col-md-8 mb-8 d-flex align-items-stretch"> <!–Form with header–> <div class="card"> <div class="card-block"> <!–Header–> <div class="form-header default-color" style="z-index: 2;"> <h3 class="h3-responsive">Lorem Ipsum</h3> </div> <!–Body–> <div class="row text-center"> <div class="col-md-12 text-center"> <h3 class="section-heading">Lorem Ipsum is not simply random text.</h3> <h4 class="section-heading blue-text"><strong>It is over 2000 years old</strong></h4> <br> <hr class="light"> <div class="text-justify"> <div class="panel-body text-center"> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites. </div> </div> </div> </div><!–/row–> </div> </div> <!–/Form with header–> </div> <div class="col-md-4 mb-4 d-flex align-items-stretch"> <!–Form with header–> <div class="card"> <div class="card-block"> <!–Header–> <div class="form-header warning-color" style="z-index: 2;"> <h3 class="h3-responsive">Lorem ipsum</h3> </div> <!–Body–> <div> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites </div> </div> </div> <!–/Form with header–> </div> </div> </section> <!-- /Start your project here--> <!-- SCRIPTS --> <!-- JQuery --> <script type="text/javascript" src="../../js/jquery-3.2.1.min.js"></script> <!-- Bootstrap tooltips --> <script type="text/javascript" src="../../js/popper.min.js"></script> <!-- Bootstrap core JavaScript --> <script type="text/javascript" src="../../js/bootstrap.min.js"></script> <!-- MDB core JavaScript --> <script type="text/javascript" src="../../js/mdb.min.js"></script> </body> </html>