J
J
just_clarity2020-05-04 17:47:03
HTML
just_clarity, 2020-05-04 17:47:03

How to align columns of two tables?

To make the columns match, it looks like this now:
3JpdS
Code:

spoiler
<div class="table-responsive">
    <table class="table table-hover table-bordered table-sm">
        <thead>
        <tr>
            <th class='text-center'>Герой</th>
            <th class='text-center'>Роль / Линия</th>
            <th class='text-center'>Игрок</th>
            <th class='text-center'>УР.</th>
            <th class='text-center'>У</th>
            <th class='text-center'>С</th>
            <th class='text-center'>П</th>
           ...
        </tr>
        </thead>
    <tbody>
   <tr>
        <th class='text-center'>
        <td class='text-center'>
        ...
    </tr>
   </tbody>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2020-05-04
@just_clarity

The most simple - to make one table.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question