Advertisement
fcamuso

Bootstrap - lezione 4

Jul 9th, 2023
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.86 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.   <title>Title</title>
  6.   <!-- Required meta tags -->
  7.   <meta charset="utf-8">
  8.   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  9.  
  10.   <!-- Bootstrap CSS v5.3.0 -->
  11.   <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
  12.        integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
  13.        crossorigin="anonymous">
  14.   <style>
  15.     img {width: 100px; height: 100px;}
  16.     #tbl1 td {color: red;}
  17.   </style>
  18. </head>
  19.  
  20.  
  21. <body>
  22.  
  23.   <div>
  24.     <img class="img-thumbnail float-start" src="gatto.jpg">
  25.     Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis commodi non numquam facilis voluptatum, reprehenderit, vitae recusandae veniam dignissimos nihil quibusdam sed! Fugit deserunt aliquid vitae voluptate pariatur! Voluptatibus, qui?
  26.     Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis architecto itaque atque velit excepturi, sit expedita placeat saepe, aspernatur deleniti doloremque, sint laborum repellendus repudiandae! Eos quod sunt voluptas magnam?
  27.  
  28.     <img class="img-thumbnail float-end" src="gatto.jpg">
  29.     <img class="img-fluid clearfix" src="gatto.jpg">
  30.  
  31.     Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facere aliquam doloremque veritatis. Iusto dicta fuga omnis libero asperiores quod, doloremque eius iste distinctio, voluptates suscipit exercitationem. Sed rem facilis eius.
  32.     Lorem ipsum dolor sit, amet consectetur adipisicing elit. A corporis architecto, quod veniam, quae perferendis esse necessitatibus quisquam iure porro magnam saepe? Ab, aperiam. Deserunt sunt ipsa quo sed ullam!
  33.   </div>
  34.   <br><br>
  35.  
  36.   <table>
  37.     <tr>
  38.       <td>Mark</td>
  39.       <td>Otto</td>                          
  40.       <td>@mdo</td>
  41.     </tr>
  42.     <tr>
  43.       <td>Jacob</td>
  44.       <td>Thornton</td>
  45.       <td>@fat</td>
  46.     </tr>
  47.     <tr>
  48.       <td colspan="2">Larry the Bird</td>
  49.       <td>@twitter</td>
  50.     </tr>
  51. </table>
  52. <br><br>
  53.  
  54.  
  55. <div class="m-2">
  56.   <table class="table table-bordered border-primary table-hover">
  57.     <tr>
  58.       <td>Mark</td>
  59.       <td>Otto</td>
  60.       <td>@mdo</td>
  61.     </tr>
  62.     <tr>
  63.       <td>Jacob</td>
  64.       <td>Thornton</td>
  65.       <td>@fat</td>
  66.     </tr>
  67.     <tr>
  68.       <td colspan="2">Larry the Bird</td>
  69.       <td>@twitter</td>
  70.     </tr>
  71.   </table>
  72. </div>
  73.  
  74. <div class="m-2 text-primary">
  75.   <table class="table table-bordered border-primary table-success">
  76.     <tr>
  77.       <td>Mark</td>
  78.       <td class="table-dark">Otto</td>
  79.       <td>@mdo</td>
  80.     </tr>
  81.     <tr class="table-info border-primary">
  82.       <td>Jacob</td>
  83.       <td>Thornton</td>
  84.       <td>@fat</td>
  85.     </tr>
  86.     <tr>
  87.       <td colspan="2">Larry the Bird</td>
  88.       <td>@twitter</td>
  89.     </tr>
  90.   </table>
  91. </div>
  92.  
  93. <div class="m-2">
  94.   <table class="table table-warning table-striped border-primary">
  95.     <tr>
  96.       <td>Mark</td>
  97.       <td>Otto</td>
  98.       <td>@mdo</td>
  99.     </tr>
  100.     <tr>
  101.       <td>Jacob</td>
  102.       <td>Thornton</td>
  103.       <td>@fat</td>
  104.     </tr>
  105.     <tr>
  106.       <td colspan="2">Larry the Bird</td>
  107.       <td>@twitter</td>
  108.     </tr>
  109.   </table>
  110. </div>
  111.  
  112.  
  113. <div class="m-2 table-responsive">
  114.   <table class="table table-warning">
  115.     <tr>
  116.       <td>Mark</td>
  117.       <td>Otto</td>
  118.       <td>@mdo</td>
  119.       <td>Mark</td>
  120.       <td>Otto</td>
  121.       <td>@mdo</td>
  122.       <td>Mark</td>
  123.       <td>Otto</td>
  124.       <td>@mdo</td>
  125.       <td>Mark</td>
  126.       <td>Otto</td>
  127.       <td>@mdo</td>
  128.       <td>Mark</td>
  129.       <td>Otto</td>
  130.       <td>@mdo</td>
  131.       <td>Mark</td>
  132.       <td>Otto</td>
  133.       <td>@mdo</td>
  134.       <td>Mark</td>
  135.       <td>Otto</td>
  136.       <td>@mdo</td>
  137.       <td>Mark</td>
  138.       <td>Otto</td>
  139.       <td>@mdo</td>
  140.       <td>Mark</td>
  141.       <td>Otto</td>
  142.       <td>@mdo</td>
  143.       <td>Mark</td>
  144.       <td>Otto</td>
  145.       <td>@mdo</td>
  146.       <td>Mark</td>
  147.       <td>Otto</td>
  148.       <td>@mdo</td>
  149.       <td>Mark</td>
  150.       <td>Otto</td>
  151.       <td>@mdo</td>
  152.     </tr>
  153.     <tr>
  154.       <td>Mark</td>
  155.       <td>Otto</td>
  156.       <td>@mdo</td>
  157.       <td>Mark</td>
  158.       <td>Otto</td>
  159.       <td>@mdo</td>
  160.       <td>Mark</td>
  161.       <td>Otto</td>
  162.       <td>@mdo</td>
  163.       <td>Mark</td>
  164.       <td>Otto</td>
  165.       <td>@mdo</td>
  166.       <td>Mark</td>
  167.       <td>Otto</td>
  168.       <td>@mdo</td>
  169.       <td>Mark</td>
  170.       <td>Otto</td>
  171.       <td>@mdo</td>
  172.       <td>Mark</td>
  173.       <td>Otto</td>
  174.       <td>@mdo</td>
  175.       <td>Mark</td>
  176.       <td>Otto</td>
  177.       <td>@mdo</td>
  178.       <td>Mark</td>
  179.       <td>Otto</td>
  180.       <td>@mdo</td>
  181.       <td>Mark</td>
  182.       <td>Otto</td>
  183.       <td>@mdo</td>
  184.       <td>Mark</td>
  185.       <td>Otto</td>
  186.       <td>@mdo</td>
  187.       <td>Mark</td>
  188.       <td>Otto</td>
  189.       <td>@mdo</td>
  190.     </tr>
  191.     <tr>
  192.       <td>Mark</td>
  193.       <td>Otto</td>
  194.       <td>@mdo</td>
  195.       <td>Mark</td>
  196.       <td>Otto</td>
  197.       <td>@mdo</td>
  198.       <td>Mark</td>
  199.       <td>Otto</td>
  200.       <td>@mdo</td>
  201.       <td>Mark</td>
  202.       <td>Otto</td>
  203.       <td>@mdo</td>
  204.       <td>Mark</td>
  205.       <td>Otto</td>
  206.       <td>@mdo</td>
  207.       <td>Mark</td>
  208.       <td>Otto</td>
  209.       <td>@mdo</td>
  210.       <td>Mark</td>
  211.       <td>Otto</td>
  212.       <td>@mdo</td>
  213.       <td>Mark</td>
  214.       <td>Otto</td>
  215.       <td>@mdo</td>
  216.       <td>Mark</td>
  217.       <td>Otto</td>
  218.       <td>@mdo</td>
  219.       <td>Mark</td>
  220.       <td>Otto</td>
  221.       <td>@mdo</td>
  222.       <td>Mark</td>
  223.       <td>Otto</td>
  224.       <td>@mdo</td>
  225.       <td>Mark</td>
  226.       <td>Otto</td>
  227.       <td>@mdo</td>
  228.     </tr>        
  229.   </table>
  230. </div>
  231.  
  232.  
  233.   <!-- Bootstrap JavaScript Libraries -->
  234.   <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
  235.          integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
  236.          crossorigin="anonymous"></script>
  237.  
  238. </body>
  239.  
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement