I want to make it so I can click the link on my page and have it smoothly transition to the target, if anyone can help I would be very grateful.
Here is my button link,
<div class="btn"><a href="#work">Read More</a></div>
And below is the target,
<div class="sec2">
<a name="work"><h1>My Work</h1></a>
<center><img class="work1" src="img/work1.png" alt="Colour Booklet"></img></center>
<p>How are trends in colour usage formulated in contemporary culture?</p>
I want it so I can click the button and have it scroll down smoothly.
Thanks.