+ 1
How do you all create continue button that automatically redirect us to the lower content
I would be happy if you share me a code
6 Antworten
+ 5
<a href="#tie"><button>Continue</button></a>
...about 500 pixels...
<div id="tie">something here</div>
https://code.sololearn.com/WWsoqDrUWMvl/?ref=app
+ 5
Your welcome
+ 4
use css for styling
https://www.sololearn.com/Course/CSS/?ref=app
// here only an example:
button {
background: red;
color: white;
font: 18px Arial;
}
+ 1
Thanks
+ 1
Hey I want to design that button also.. Can you help me out??
+ 1
Thanks 😊