M
M
matros972019-05-16 10:42:04
Bootstrap
matros97, 2019-05-16 10:42:04

Bootstrap4 align-self-center not working?

Hello, tell me why align-self-center does not work in Bootstrap4

<div class="col align-self-center">
                  <div class="nextpost">
                    <a href="#">Больше статей</a>
                  </div>
                </div>

I want to center it in the center, but something doesn’t work, as it was in the left corner and so

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2019-05-16
@KickeRockK

Everything works
https://codepen.io/kickerock/pen/MdpBEb
d-flex add
<div class="col d-flex align-self-center">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question