P
P
Pavel Volodin2018-07-06 12:22:42
HTML
Pavel Volodin, 2018-07-06 12:22:42

How to make this table?

Using bootstrap to divide into 3 tables?
5b3f34aaa08fa723064076.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Timofeev, 2018-07-06
@webinar

What's with bootstrap? What tables? The fact that this is a list on the screen is probably easier to do this through

<dl>
  <dt>2016</dt>
   <dd>текст</dd>
  <dt>2017</dt>
   <dd>текст</dd>
</dl>

And if you need exactly three tables, then I don’t understand what the problem is? Then the question sounds "I need to take a step, I don't understand how." It is very strange.

D
display: block, 2018-07-06
@qork

Without tables, on bootstrap row and column with flex.
https://codepen.io/anon/pen/jKjZBV

S
sHARek, 2018-07-06
@sHARek

Bootstrap - Bootstrap.
https://getbootstrap.com/docs/3.3/components/#media

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question