Skip to content

Instantly share code, notes, and snippets.

@bhaveshxrawat
bhaveshxrawat / index.html
Last active March 1, 2024 16:21
Intersection Observer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intersection Observer</title>
<link rel="stylesheet" href="style.css">
<script defer src="script.js"></script>
</head>
<body>