« SpaceHey Forum

My CSS codes aren't working n SpaceHey (help pls)

Posted by Xylophone

posted

Forum: SpaceHey

For whatever reason whenever I write out CSS in the about me section (specifically URLs) they straight up don't work. I've tried testing them out on different websites like neocities CSS tester and they worked just fine there, but not on my profile.

The code I'm currently trying to get to work is 

'<style>

.profile{

background: url(https://static.vecteezy.com/system/resources/previews/013/109/681/large_2x/pastel-blue-aesthetic-background-can-use-for-print-template-fabric-presentation-textile-banner-poster-wallpaper-digital-paper-free-photo.jpg)

}

</style>'

I've followed every tutorial I could watch but nothing helps. 


Report Topic

2 Replies

Sort Replies:

Reply by CaioEmPessoa

posted
updated

Hey, idk if you stills need it but the problem probalby is with the website you used to pick the image, some sites doesn't allow spacehey to use their images (I think imgur was one of those). Try this and see if fits what you want:


<style>

.profile {

background-image: url(https://i.pinimg.com/originals/0d/93/db/0d93dbfb2be20dabfba61ad3cd342fa1.png);

}


</style>


Permalink Report Reply

Reply by Aylin

posted

hey 

i have the same problem 


Permalink Report Reply