I am being dumb but can’t see what’s wrong. why I cant get the learn more button to link to text-info
class="page landing-page">
<section class="clean-block clean-hero" style="background-image:url("assets/img/tech/topimg.jpg");color:rgba(0, 0, 0, 0.32);">
<div class="text">
<h2>Anfield </h2>
<p>Anfield is a football stadium in Anfield, Liverpool, Merseyside,
England, which has a seating capacity of 54,074, making it the
seventh largest football stadium in England..</p><button class="btn btn-outline-light btn-lg"
id="learnmore" <a href="#text-info">Learn More</button></a> </div>
</section>
<section class="clean-block clean-info dark">
<div class="container">
<div class="block-heading">
<h2 id="text-info" class="text-info">Info</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna, dignissim nec auctor in, mattis vitae leo.</p>
</div>