So I have this small icon and I want it to go down a little just enough to cover the entire part of
CodePudding user response:
give the next element to the arrow some id for example if it's a div, add this to it:
<div id="header">some content...</div>
the wrap the arrow inside an anchor tag and give it the id of the element you want to go to like this :
<a href="#header">
<p>Go down