A
A
ayapergenov2015-09-28 11:03:55
css
ayapergenov, 2015-09-28 11:03:55

How can I give three vertical boxes the same height and width?

There are three regular .col-lg-4 bootstrap blocks.
How to set adaptive parameters so that they are the same length and width in height and in length on all extensions regardless of content?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Timofeev, 2015-09-28
@ayapergenov

Responsive means it depends on the size of the browser window.
Not adaptive means they have a fixed size.
Do you decide what you need? There can be no wooden iron, as well as an adaptive block with fixed dimensions.

P
Paul Denisevich, 2015-09-28
@deniamnet

I'm afraid that on pure CSS with normal support for major browsers, this cannot be solved. But can be solved quickly and conveniently with JS: brm.io/jquery-match-height

S
Stalker_darkway, 2015-09-28
@hronik87

If you have already taken up bootstrap, then read at least the documentation on grids. Write like this "col-xs-4 col-sm-4 col-md-4 col-lg-4". This will solve the adaptability problem. If you want to make the height the same, then either with a table, or connect something additionally.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question