Bootstrap well-lg Class Examples




Bootstrap well-lg Class

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href="css/bootstrap.min.css">
      <script src="scripts/jquery.min.js"></script>
      <script src="js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class="well well-lg">Lorem Ipsum is simply dummy text
      of the printing and typesetting industry</div>
      <div class="well well-sm">Lorem Ipsum is simply dummy text
      of the printing and typesetting industry</div>
   </body>
</html>

Output