You motherfuckers know your shit
So I am asking if someone could help me do a simple personal HTML where I put images and gifs and they'd be scattered around like so in the page, where I could see everything
And I'd want the page to scroll down automatically, as to showcase all the images I've put on display and if there's a possibility for the cycle to start from beginning in a loop
Right now I am using very bare bones version of:
<!DOCTYPE html>
<html>
<body>
<center>
<img src="C:\Users\Me\Desktop\images\1.jpg">
<img src="C:\Users\Me\Desktop\images\gif\2.gif">
<img src="C:\Users\Me\Desktop\images\3.jpg">
</body>
</html>
I can only scroll it down myself, the images are next to each other horizontally and theres huge gaps between the images, I don't know how to make them packed tight
I only know very basic code so go easy on me