Hello, I loaded the “Catalyst” site from the library. However, I cannot get buttons to work. This is what I am using:
<h1 class="hero-headline">Title</h1>
<h2>Secondary Title</h2>
<a href="#intro" class="smooth-scroll button ghost">EXPLORE</a> <a class="button ghost" href="#">CLICK HERE</a>
<video loop muted autoplay poster="#" class="background-video">
<source src="#" type="video/mp4">
</video>
Thank you in advance for any help!