ok @nourabousoha check this out
<div class="row">
<div class="col-md-2"></div>
<div class="btn-group btn-group-lg col-md-8" >
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
<button type="button" class="btn btn-primary">Right</button>
</div>
<div class="col-md-2"></div>
</div>
I can’t get my btn-group in the center of the page lol