5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
   6     <meta name="description" content="">
 
   7     <meta name="author" content="">
 
   8     <link rel="shortcut icon" href="../../../../favicon.ico">
 
  10     <title>Tooltip Viewport Example for Bootstrap</title>
 
  12     <!-- Bootstrap core CSS -->
 
  13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
 
  15     <!-- Custom styles for this template -->
 
  16     <link href="tooltip-viewport.css" rel="stylesheet">
 
  21     <button type="button" class="btn btn-secondary float-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
 
  22     <button type="button" class="btn btn-secondary tooltip-bottom" title="This should be shifted to the right">Shift Right</button>
 
  23     <button type="button" class="btn btn-secondary tooltip-right" title="This should be shifted down">Shift Down</button>
 
  25     <button type="button" class="btn btn-secondary tooltip-right btn-bottom" title="This should be shifted up">Shift Up</button>
 
  27     <div class="container-viewport">
 
  28       <button type="button" class="btn btn-secondary tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button>
 
  29       <button type="button" class="btn btn-secondary tooltip-viewport-right" title="This should be shifted down">Shift Down</button>
 
  31       <button type="button" class="btn btn-secondary float-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
 
  33       <button type="button" class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
 
  36     <!-- Bootstrap core JavaScript
 
  37     ================================================== -->
 
  38     <!-- Placed at the end of the document so the pages load faster -->
 
  39     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
 
  40     <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
 
  41     <script src="../../../../assets/js/vendor/popper.min.js"></script>
 
  42     <script src="../../../../dist/js/bootstrap.min.js"></script>
 
  43     <script src="tooltip-viewport.js"></script>