I have been attempting to set a background image at the center, but all my efforts have failed. Here is the code I have tried:
<a href="#" style="background-position:center center;">
<img src="https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/ownerCampaign.jpg?alt=media&token=846535ef-b1c7-4063-aace-6e0843f9d001" style="width:800px;height:800px">
</a>
<a href="#">
<img src="https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/ownerCampaign.jpg?alt=media&token=846535ef-b1c7-4063-aace-6e0843f9d001" style="width: 800px;height: 800px;background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; ">
</a>