Bootstrap 5 how to set breakpoints on rows

99 Views Asked by At

need make adaptation for the diagram in the screenshot below using Bootstrap 5 for mobile screens

enter image description here

1

There are 1 best solutions below

2
Ahmed Elshrief On

I know it made like this

<table class="table table-borderless">
  <tr>
    <td rowspan="2">C1</td>
    <td>C2</td>
  </tr>
  <tr>
   <td>C2</td>
  </tr>