catty's profile picture

Published by

published
updated

Category: SpaceHey

how to change your profiles background and banner - spacehey coding

BANNER

/*Banner*/

main:before {

    width: auto;

    margin-bottom: 25px;

    border: 0px solid black;

    height: 250px;

    display: block;

    content: "optionaltext";

    background-image: url(imagelink);

    background-position: center center;

    background-size: cover;

    border-radius: 10px;

    

}


BACKGROUND

body {

    background:url(imagelink);

}



please lmk if anything is wrong! im not a complete pro at coding profiles but :)<img src="https://external-media.spacehey.net/media/sUY9e4WQgEdgZh3vKG2IuLDz9rlU_LXTP3Gm70McCEUM=/https://i.pinimg.com/originals/a6/a7/b2/a6a7b22f0204e0bd47ac1be00698395f.gif"/>


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )