W
W
wz2021-07-20 12:34:56
css
wz, 2021-07-20 12:34:56

How to align icons to the center of the block?

I need the icons and the text below them to be centered in the div block and in order, as shown in red in the screenshot.

unknown.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victoria, 2021-07-20
@rensly

For wrapper with icons {
display: flex;
justify-content: center;
}
For the icon block {
text-aligh: center;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question