I have written the code like below:
<button class="btn post-btn">Read More
<a href="https://sway.office.com/iDYEqw?ref=Link"></a>
<i class="fas fa-arrow-right"></i></button>
However, when i click the button, its redirecting to website.But the button image and text inside it is getting larger.
My Modified code:
<a href="https://sway.office.com/iDYEqw?ref=Link" class="btn post-btn">Read More </a>
<i class="fas fa-arrow-right"></i></button>
enter code here
How to correct this? Thanks.