posted 1758501665
Forum: SpaceHey
View Topics View Profile
some one have a code to add a banner in the profile?
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1758536600
Here you go pal, hope this works for you :)
/* Header gif */
main:before {
width: 100%;
height: 200px;
display: block;
content: "";
background-image:
url(--put img URL here--);
background-position: center;
background-size: 100%;
}
Permalink Report Reply
posted 1758564487
thanks Aiden!