I cannot figure out how to center my select in my div.
<!--PAGE CONTENT-->
<main role="main" class="container-fluid">
<div class="row text-center justify-content-center" style="border: 1px solid red;">
<!--SELECT-->
<select id="selectList" style="width: 200px;">
<option></option>
<option value="attendance">Närvaro</option>
<option value="students">Elever</option>
</select>
<hr>
<!--Js Content-->
<div id="jsContent"></div>
</div>
</main>
I tried difrent bootstrap classes with no result.
Fiddle:
https://jsfiddle.net/o9b17p2d/38/
UPDATE
When searching for an answer to this question i only found "VERTICAL" centering. That why i think this question should stay with the Horizontal in the Topic!