Advertisement
Maty_Malol

Bootstrap PI

Apr 11th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4.   <title>Bootstrap Example</title>
  5.   <meta charset="utf-8">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.   <link rel="stylesheet" href="css/bootstrap.min.css"/>
  8.   <link rel="stylesheet" type="text/css" href="Pi.css"/>
  9.   <link rel="stylesheet" href="css/fontello.css" type="text/css" />
  10.  
  11. </head>
  12. <body>
  13.  
  14. <div class="jumbotron jumbotron-fluid bg-dark"><h2 class="display-4 text-white ml-4">Liczba <kbd class="bg-white"><span class="text-dark">π<span></kbd></h2></div>
  15.  
  16. <div class="container my-5">
  17.   <div class="jumbotron  bg-light text-dark shadow " style="font-size:30px;letter-spacing:5px;overflow-wrap: break-word;">1238565609275463333950612385656092754633339506
  18.   </div>
  19. </div>
  20.  
  21. <div class="container ">
  22.  <button type="baton" class="btn btn-info float-right ml-3 mb-3" style="z-index:10000;" data-toggle="collapse" data-target="#demo">Statystyki</button>
  23.  <button class="btn btn-secondary float-right mb-3" >Od Nowa</button>
  24. </div>
  25.  
  26. <div id="demo" class="collapse bg-primary" style="position:absolute;bottom:0;left:0;width:100%;opacity:.5;">
  27.  <div class="container-fluid">
  28.   <div class="row text-left font-weight-bolder text-white">
  29.    <div class="col-lg-3 col-6"><h3 class="display-5"><i class="icon-thumbs-up-alt"></i>- 36</h3></div>
  30.    <div class="col-lg-3 col-6"><h3 class="display-5"><i class="icon-thumbs-down-alt"></i>- 8</h3></div>
  31.    <div class="col-lg-3 col-6"><h3 class="display-5"><i class="icon-child"></i>- 16</h3></div>
  32.    <div class="col-lg-3 col-6"><h3 class="display-5"><i class="icon-chart-line"></i>-77%</h3></div>
  33.   </div>
  34.  </div>
  35. </div>
  36.  
  37. <script src="Pi.js"></script>
  38. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  39. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
  40. <script src="js/bootstrap.min.js"></script>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement