How do i add a background picture on buycraft

Status
This thread has been locked.

DaVision

Crypto Currency And Exchanges
Premium
Feedback score
4
Posts
64
Reactions
32
Resources
0
I have tried for 2 hours with no luck


body{
background-image: url("Image Link");
background-repeat: no-repeat;
background-size: cover;
}

That's what i have been trying to use
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

1amDev

Designer & Developer
Supreme
Feedback score
30
Posts
511
Reactions
844
Resources
0
Last edited:

DaVision

Crypto Currency And Exchanges
Premium
Feedback score
4
Posts
64
Reactions
32
Resources
0
I added you on Skype[DOUBLEPOST=1445770058,1445752370][/DOUBLEPOST]still does not work
body {
background: url(http://tinypic.com/r/t7lu81/8) no-repeat;
background-size: cover;
}[DOUBLEPOST=1445770102][/DOUBLEPOST]body {
background: url(http://tinypic.com/r/t7lu81/8) no-repeat;
background-size: cover;
}

is something wrong with the url?
 

z1haze

Feedback score
0
Posts
147
Reactions
39
Resources
0
might want to try adding "center center fixed" to do what i think you're attempting
 
Status
This thread has been locked.
Top