how to make buttons that move you to different positions on a pge html code example
Example: how to change the position of a button in css
#mainbutton {
position: relative;
bottom: 30px;
}
#mainbutton {
position: relative;
bottom: 30px;
}