html
html
1
2
3
4
5
6
7
8
9
10
11
<!-- Created by PARABOY -->
<!DOCTYPE html>
<html>
<head>
<title>SCROLL ANIMATION</title>
</head>
<body>
<iframe src="https://scroll-aditya-ojhas-projects-dc3b09f9.vercel.app"></iframe>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Created by PARABOY */
body {
height:100%;
width:100%;
padding:0;
margin:0;
background-color: black;
}
iframe{
height:100vh;
width:100%;
margin:0;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by PARABOY
alert("GIVE A UPVOTE IF U LIKED 👍")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Uruchom