Horje
bootstrap text center in div Code Example
bootstrap col center content
<div class="row">
    <div class="col-4 d-flex justify-content-center text-center">
        // for image and text
    </div>
</div>
centre text bootstrap
<div class = "text-center">

	<p> hello world</p>


</div>
bootstrap text center in div
<!-- recommended method -->
<div class="col-xs-1 text-center">
text -center bootstrap
<div class="col-lg-6 col-md-6 col-12">
  <div class="input-group mb-3">
    <div class="input-group-prepend">
      <select class="form-control select2bs4" name="country_code" id="country_code" style="width: 100%">
        <option value="+91">+91</option>
        <option value="+351">+351</option>
        <option value="+1">+1</option>
      </select>
    </div>
    	<input type="text" name="user" class="form-control" placeholder="Email Or Mobile Number">
    </div>
</div>




Whatever

Related
xcode project archive option not available Code Example xcode project archive option not available Code Example
tmux kill other clients Code Example tmux kill other clients Code Example
windows taskbar overlapping fullscreen Code Example windows taskbar overlapping fullscreen Code Example
android studio find the error Code Example android studio find the error Code Example
regex validate link Code Example regex validate link Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7