To enhance the user interface, I've utilized a routerLink with an image to navigate back to the home page, and a button to direct users to add a new customer.
Now, I am aiming to create some space between these elements. Previously, I used " ", but I prefer achieving this using CSS styles.
How can I apply CSS rules to introduce spacing between these two components?
<a routerLink=""><img src="https://secureservercdn.net/45.40.150.47/f52.661.myftpupload.com/wp-content/uploads/2016/09/neon_blue__home_button_ico-copy.png?time=1624440065" width="100" height="100"></a>
<a routerLink="/add-customer"><button class="btn btn-secondary">Add customer</button></a>