HELP !!! (SPACEHEY CODING)

im having trouble with my 'spacehey, a space for friends" top thingy, i cant figure out how to change the color of it and it looks terrible. PLZ HELP T^T !! 


0 Kudos

Comments

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

keils

keils's profile picture

you can do this by using filters in the logo tag !!

here is more info on the types of filters you can use because there’s a lot of them and you’ll likely have to use more than one:
https://developer.mozilla.org/en-US/docs/Web/CSS/filter#

I like to use a previewer to play with them more until I find what want: https://nein-mc.neocities.org/csstest/

Here is an example for you: (this should make a pink color)

.logo {
filter: sepia(100%) hue-rotate(225deg) saturate(30);
}

If you don’t want to mess too much with code you can also download a separate spacehey logo to decorate and put in a new image entirely.

.logo {
content:
url(image url);
}

I had to adjust the size on mine to make it look right as a heads up


Report Comment



TYY !! this helps a lot !

by ⋆ ˚。⋆୨YVETTE୧˚; ; Report