Posts by Canal Amorem • 1 point
2 posts
-
-1
votes3
answers4757
viewsA: How do I make a Marquee without the <Marquee> tag?
For images I gave this changed. #slider{ position: absolute; scroll-padding-bottom: 50px; right: 0; background: transparent; width: 150px; height: 50px; animation: anima 20s linear infinite; }…
-
-1
votes4
answers349
viewsA: How to make an element cross the screen continuously and always visible?
I was looking for a way to make an image move, Thanks to your code I got it, but I changed some things. Follow the code: CSS #slider{ position: absolute; scroll-padding-bottom: 50px; right: 0;…