“Централизировать Div Bootstrap” Ответ

Централизировать Div Bootstrap

<div class="row align-items-center justify-content-center">
    <div class="col">This will be centered vertically and horizontally</div>
</div>
Giamblers

Bootstrap 4 Center Div

<div class="d-flex justify-content-start">...</div>
<div class="d-flex justify-content-end">...</div>
<div class="d-flex justify-content-center">...</div>
<div class="d-flex justify-content-between">...</div>
<div class="d-flex justify-content-around">...</div>
Alive Albatross

переехать див

function updateDiv()
{ 
    $( "#here" ).load(window.location.href + " #here" );
}
Lonely Lemur

Ответы похожие на “Централизировать Div Bootstrap”

Вопросы похожие на “Централизировать Div Bootstrap”

Смотреть популярные ответы по языку

Смотреть другие языки программирования