S
S
Seraphine S2021-06-05 21:31:37
css
Seraphine S, 2021-06-05 21:31:37

How to put pictures and text in this position?

How to arrange pictures and text in this position? I tried to do this several times, but there are problems with a large picture (I can’t put it in the middle of the block) and in the mobile version the picture does not rise above the text with icons
60bbc254cca1d918921942.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xenonhammer, 2021-06-06
@xenonhammer

for a block with a list:

display: flex;
flex-direction: column;

for the block containing the list and the green block
display: flex;
align-items: center;
@media (max-width: 575px) {
flex-direction: row-revers;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question