About bootstrap centered

Novice bootstrap, doesn"t know much about this thing.
now wants to center a login-wrap in div.
used to be solved with a margin: 0 auto;, but now it doesn"t work even for a long time.



margin-left:auto;margin-right:auto;absolute.aroundabsolutez-index

Jul.07,2021

position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto

Menu