Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Development
HTML and CSS
Snowing Effect
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="CRLeon, post: 5173998, member: 95661"] I think there's an issue with the image's urls, try saving the images in a folder (I named the folder img) and call them this way, also there was a typo in the animation property, the last value is infinite but you had it as indefinite [CODE] .box{ display: grid; place-items: center; width: 100%; height: 100%; position: absolute; background: url(./img/1.png), url(./img/2.png), url(./img/3.png); animation: animate 20s linear infinite; }[/CODE] [/QUOTE]
Verification
Post reply
Forums
Development
HTML and CSS
Snowing Effect
Top