div cover top of page code example
Example 1: make a div full screen css
height: 100vh
Example 2: html css bring to page top
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});
height: 100vh
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});