Skip to content

Commit 9caa7eb

Browse files
authored
Update index.html
1 parent 899e6ed commit 9caa7eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
img.height="100";
253253
var rand1=Math.round(Math.random()*100);
254254
var rand2=Math.round(Math.random()*100);
255+
img.style.position="absolute"
255256
img.style.top=rand1.toString()+"%";
256257
img.style.left=rand2.toString()+"%";
257258
}

0 commit comments

Comments
 (0)