How? I'm not good at computers and all i want is to put a background pic on my little sub. What's a css? Why is doing this simple thing so much harder than I thought it would be. Help!
Yeah, i just want a pic up top.
Yeah, i just want a pic up top.
.th-navbar{
background: url("YourImageUrlHere");
}
Go here and read: https://www.w3schools.com/css/css_background.asp
That will tell you about the other options that you'll need to know and set to make it look the way you want.
`.th-navbar{
background: url("YourImageUrlHere");
}`
Go here and read: https://www.w3schools.com/css/css_background.asp
That will tell you about the other options that you'll need to know and set to make it look the way you want.
Where do you want to put it? Like the fox at the top?