Display Inline Block Bootstrap 4 Class Code Example


Example 1: bootstrap display inline block


<div class="d-inline-block"></div>

Example 2: bootstrap display block


<div class="d-block"></div>
d-block = for displaying

d-none = to hide

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy