« SpaceHey Forum

how to add a gif at the very top of the page??

how do i add a gif to the very top of the page??

e.g this user (naib !! 💋's profile) has a mean girls gif at the top of their page and I want to do that as well!

any help is appreciated !!


Report Topic

1 Reply

Reply by sudofry

posted


main:before {
width: 100%;
height: 350px;
display: block;
content: "";
background-image: url(URL_TO_YOUR_IMAGE.gif);
background-position: center center;
background-size: cover;
}


Permalink Report Reply