D
D
DMITRY T.2020-09-02 23:45:46
css
DMITRY T., 2020-09-02 23:45:46

How to center the content of a div?

The assignment is to center the content of the div class="two-columns" using flexbox.
But justify content: center doesn't work for some reason.
Here's the task itself:5f50080b86c8f105826325.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2020-09-02
@Chuvaaak

.description{
  display:flex;
  justify-content: center;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question