Bootstrap justify-content

Code examples

10
0

bootstrap col center content

<div class="row">
    <div class="col-4 d-flex justify-content-center text-center">
        // for image and text
    </div>
</div>
7
0

ustify-content: flex-end; bootstrap

<div class="d-flex justify-content-end">...</div>
5
0

flex wrap bootstrap

<div class="d-flex flex-wrap">...</div>
3
0

justify-content-between bootstrap 4

<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>
3
0

bootstrap justify-content-center for md

<div class="row justify-content-md-center"></div>
0
0

bootstrap justify-content-center for lg

<div class="row justify-content-lg-center"><div>

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................