I want 3 img to be in a horizontal line and to be centered, pls help?
My code: Html:
<div class="sidBilder">
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-12 col-lg-4">
<img class="img-fluid imgCenter" src="img/gapamatch.jpg">
<img class="img-fluid imgCenter" src="img/laget18.jpg">
<img class="img-fluid imgCenter" src="img/Kamratgarden.jpg">
</div>
</div>
</div>
</div>
</div>
css: I dont know what to write here to make it center and in a horizontal line?