i was wondering if anyone can assist in what it should have been a straight forward issue to fix when it comes to aligning the text ("CONSOL Overview") in the middle instead of left in the title box below.
I have tried "align-content: center" and also "text-align: center" but that doesn't seem to be working.
Any help apprecieated
and the part in the html code is this:
<div class="container-fluid" style="padding-top: 15px;">
<div class="row"
style="height: 50px;padding-top: 15px; background: #36304a; align-content: center; color: white; font-weight: bold; border-radius: 10px">
<h3>CONSOL Overview</h3>
</div>
</div>
Actually there more elements below my title but i guess those aren't needed to be shown here.