I
I
Ivan Simonov2018-10-15 09:16:45
css
Ivan Simonov, 2018-10-15 09:16:45

How to align columns?

There is a code - Fiddle
Cannot align column height with block 3
is it possible to solve this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AngReload, 2018-10-15
@ivansimonov1984

It's not clear what to use.
The easiest way is to convert it into a regular table.
You can do it on flexbox, but you still have to change the html - https://css-tricks.com/accessible-simple-responsiv...

P
Pavel, 2018-10-15
@PavelMonro

.item .block:last-child {flex: 1;} ?
If all columns are the same height for .block

{
  justify-content: center;
  flex-direction: column;
  overflow:hidden;}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question