I'm creating a site and I'm having a problem, I have a tag
link but I can not click on it. If I put it anywhere else the code works, but in that specifies no.
(the link I'm quoting is this "Learn more")
<section class="ftco-section-2">
<div class="container d-flex" id="franquia">
<div class="section-2-blocks-wrapper row">
<div class="img col-sm-12 col-lg-6" style="background-image: url('images/img/Bike4.png');">
</div>
<div class="text col-lg-6 ftco-animate">
<div class="text-inner align-self-start">
<h3 class="heading">Seja nosso Franqueado.</h3>
<p>(Texto)</p>
<p>(Texto)</p>
<a href="?pg=franquia">Saiba mais.</a>
</div>
</div>
</div>
</div>
</section>