We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9008daa commit 3ab066eCopy full SHA for 3ab066e
index.html
@@ -5,7 +5,7 @@
5
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
6
<style>
7
body {
8
- background-image: url('cover.png'); /* Replace 'your-image.jpg' with the actual image file path */
+ background-image: url('cover.png');
9
background-size: cover;
10
background-repeat: no-repeat;
11
background-attachment: fixed;
0 commit comments