Just to make it clear before flagging as repost, all this doesn't work : How to center cards in bootstrap 4? How to align an image dead center with bootstrap Centering the image in Bootstrap How can I center an image in Bootstrap? How do I center an image in Bootstrap? How to align a <div> to the middle (horizontally/width) of the page How to horizontally center a <div>?
Having said that, my issue is simple, I have two divs, the background div and the card div from bootstrap. mx-auto will center vertically just fine, however impossible to unfix from the top the card. So that I also have space above and below the card. I've tried all m and p classes. As well as custom classes. Could someone help me please. I would like my card to be in the middle of the screen.
<div class="bg">
<div class="card card-design success-design mx-auto">
<div class="card-body">
Now it looks like this:
ooooxxxoooo
ooooxxxoooo
ooooooooooo
ooooooooooo
I would like :
ooooooooooo
ooooxxxoooo
ooooxxxoooo
ooooooooooo