I am looking for CSS code that will allow me to arrange all elements with specific indents, such as placing the first element on the left side of the page, followed by an image with some indentation, and so on.
<div class="container-fluid">
<div class="row header_row">
<div class="col-md-12">
<a href="main.html">Main</a>
<img src="images/rose+garland.png" class="navi_images">
<a href="portfolio.html">Portfolio</a>
<img src="images/rose+garland.png" class="navi_images">
<a href="#">Contacts</a>
</div>
</div>