Untitled
unknown
plain_text
2 years ago
3.9 kB
2
Indexable
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> <div style="width: 50%;"> <div class="row"> <div class="col-6"> <!-- in bootstrap la col è sempre di defualt a 12 quindi 6/12 fa 2 , quindi occuperà meta' colonna --> <table class="w-100"> <tbody> <tr class="p-2"> <td class="w-25 p-1 text-center"> <img src="https://www.tron.it/sites/default/files/elementi/icone/polveri%20liquidi%20icona.svg" width="30" height="30"> <p style="font-size: x-small;" class="text-sm text-center mb-0">descrizione icona</p> </td> <td class="text-center w-75 p-2"> <p class="fs-5 fw-bold mb-0">280 metri</p> </td> </tr> </tbody> </table> </div> <div class="col-6"> <!-- in bootstrap la col è sempre di defualt a 12 quindi 6/12 fa 2 , quindi occuperà meta' colonna --> <table class="w-100"> <tbody> <tr class="p-2"> <td class="w-25 p-1 text-center"> <img src="https://www.tron.it/sites/default/files/elementi/icone/polveri%20liquidi%20icona.svg" width="30" height="30"> <p style="font-size: x-small;" class="text-sm text-center mb-0">descrizione icona</p> </td> <td class="text-center w-75 p-2"> <p class="fs-5 fw-bold mb-0">280 metri</p> </td> </tr> </tbody> </table> </div> </div> </div> <div style="width: 50%;"> <div class="row"> <div class="col-6"> <!-- in bootstrap la col è sempre di defualt a 12 quindi 6/12 fa 2 , quindi occuperà meta' colonna --> <table class="w-100"> <tbody> <tr class="p-2"> <td class="w-25 p-1 text-center"> <img src="https://www.tron.it/sites/default/files/elementi/icone/polveri%20liquidi%20icona.svg" width="30" height="30"> <p style="font-size: x-small;" class="text-sm text-center mb-0">descrizione icona</p> </td> <td class="text-center w-75 p-2"> <p class="fs-5 fw-bold mb-0">280 metri</p> </td> </tr> </tbody> </table> </div> <div class="col-6"> <!-- in bootstrap la col è sempre di defualt a 12 quindi 6/12 fa 2 , quindi occuperà meta' colonna --> <table class="w-100"> <tbody> <tr class="p-2"> <td class="w-25 p-1 text-center"> <img src="https://www.tron.it/sites/default/files/elementi/icone/polveri%20liquidi%20icona.svg" width="30" height="30"> <p style="font-size: x-small;" class="text-sm text-center mb-0">descrizione icona</p> </td> <td class="text-center w-75 p-2"> <p class="fs-5 fw-bold mb-0">280 metri</p> </td> </tr> </tbody> </table> </div> </div> </div>
Editor is loading...