oceandust's profile picture

Published by

published
updated

Category: Web, HTML, Tech

putting your new spacehey logo on ur profile

part 1link: how to make custom logo

pt 2: the code

upload your logo to a hosting site (i use file.garden, so that's what i'll be teaching you to use, though you'll need to sign up with your email)

Press on the big orange "upload" button and select the photo/file of your logo. Once it's uploaded, select it. On the right hand side, there should be a link. We're going to need to insert that into the code that i'm about to give you, so just know it's there. 

don't delete anything but the words in RED.

<style>


.logo {

content:url("LINK HERE");


}


</style>

put the code in one of your profile boxes, and you're done!! 


0 Kudos

Comments

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