pipisdrawings
1 month ago
body{ background-image: url('ur image') !important; background-attachment: FIXED !important; background-repeat: REPEAT !important; background-size: bg size u want; animation: scrollBackground 60s linear infinite; } /* Keyframe Animation */ @keyframes scrollBackground { from { background-position: 900% 0; } to { background-position: 0 900%; }
pipisdrawings
1 month ago
all of this should be between two style tags but for some reason it didnt let me paste the code with them here lol TwT anyways hope this helps !!! :3
changed my homepage a little ^_^