coding tips and tricks part 1

welcome to my first installment in my coding tips and tricks series! 

now i am by no means an expert on coding and this is not a course for peeps who have been doing this for a long time. this is more for those here still new to coding and wanting to spice their profiles up. i recommend doing all of this on pc vs mobile as mobile is gonna be much more difficult for you. 

so your basic code for your main profile background will look something like this 
<style>
    body{
        
    background-color: *color goes here* !important;
    background-image: url(*url here*) !important;
    background-attachment: *fixed or scroll* !important;
    background-repeat: *repeat or no-repeat* !important;
    background-position: center / left/ right/ top / bottom !important;
        
    }
</style>

your color can be customized with https://rgbacolorpicker.com/ and after background color, put rgba(123, 162, 219, 0.8) or whatever numbers you'd like to input. 

background image will be your main background image url. background attachment will be whether or not your layout scrolls down or stays put. background repeat is set up for if your profile needs to repeated in a grid pattern or not. background position is where your image will start on the page. 

pls comment if you have any questions!


10 Kudos

Comments

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

some guy !?

some guy !?'s profile picture

how do you make it just the background of like the spot where i t shows your friends?


Report Comment

Lian!

Lian!'s profile picture

hello! your profile has floating images like website advertisements and i love it so much. Please make a tutorial on how to code them!! it's too cute. Thank you!>


Report Comment



hello! i went ahead and uploaded a tutorial on the floating girs here: https://blog.spacehey.com/entry?id=689385 i'll be doing a longer tutorial on the ad type images soon!

by StudioJiggly; ; Report

jordie

jordie's profile picture

this is super helpful! thank u


Report Comment



youre welcome!

by StudioJiggly; ; Report