N
N
Nora2021-07-17 01:36:09
css
Nora, 2021-07-17 01:36:09

How to make a two-column container?

How to make it into two columns? To have a small gap between them
60f209c5b9388058722197.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MisTFoR, 2021-07-17
@MisTFoR

We can give the container:

.blabla{
    display: flex;
    justify-content: space-between
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question