need make adaptation for the diagram in the screenshot below using Bootstrap 5 for mobile screens
Asked
Active
Viewed 80 times
1 Answers
-1
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>

Ahmed Elshrief
- 17
- 6
-
That's not related. OP is asking Bootstrap 5. You should probably use `row` and `col-*` classes – Raptor Dec 30 '21 at 02:54
-
As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 30 '21 at 05:35