Flex-direction Column In Bootstrap 4 Code Example


Example 1: bootstrap flex direction column


d-flex flex-column

Example 2: ustify-content: flex-end; bootstrap


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

Example 3: flex direction column 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>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools