Skip to content

Commit 6a46617

Browse files
committed
edit readme
1 parent 76334e8 commit 6a46617

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
<script>
2-
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
3-
anchor.addEventListener('click', function (e) {
4-
e.preventDefault();
5-
document.querySelector(this.getAttribute('href')).scrollIntoView({
6-
behavior: 'smooth'
7-
});
8-
});
9-
});
10-
</script>
1+
<style>
2+
body{
3+
background: red;
4+
}
5+
</style>
116

127
# DATA STRUCTURES & ALGORITHMS
138

0 commit comments

Comments
 (0)