Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarvey committed Oct 18, 2024
1 parent 6435eed commit c5ff39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/falling.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ document.getElementById('falling').innerHTML += `
<div class="inner">🍂</div></div>
</div>
`
document.body.innerHTML += `<div id="Blursor"></div>
document.body.outerHTML += `<div id="Blursor"></div>
<style>
#Blursor {
height: 10rem; width: 10rem; border-radius: 1000px; background: #15b600; filter: blur(25px);
Expand Down

0 comments on commit c5ff39d

Please sign in to comment.