mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 23:55:54 -05:00
Completed Scroll Button!
This commit is contained in:
parent
186bd42c14
commit
bc06e793cd
2 changed files with 4 additions and 2 deletions
4
main.js
4
main.js
|
@ -1 +1,3 @@
|
||||||
document.getElementById( 'bottom' ).scrollIntoView();
|
function part2() {
|
||||||
|
document.getElementById("vegetable-dash").scrollIntoView();
|
||||||
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ Main
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overlanding: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in a new issue