Ask for what is the solution for FadeInOut RGB error

background CSS uses a combination of a negative margin-bottom (calculated from element size) and a negative top, as well, to position it correctly. width, of course, is set, but that just affects width and not overall placement. z-index forces the dummy element we’re making to be underneath.
fadeOut(5000) fades out the dummy background element we just created.

Regards,
Rachel Gomez