P
P
Programmer2021-06-25 14:29:14
css
Programmer, 2021-06-25 14:29:14

How to center a block exactly?

How to center a block exactly?
60d5bdedc15d2772318014.png
When I write

.feature__item{
      justify-content: center;
}


That doesn't work exactly

60d5be033f8f6118673401.png

https://jsfiddle.net/das5v8ch/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2021-06-25
@Manvel2019

@media only screen and (max-width: 768px) {
   .feature{
      flex-direction: column;
      width: max-content;
      margin: 0 auto;
    }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question