0
How to put an image from web to css-file?
So that it shows in my html? I'd prefer it to be in css-file instead of html :)
4 Réponses
+ 14
body {
background-image:url("source");
background-repeat:no-repeat;
}
+ 1
Thanks, got it working!! Also yeah, once you go css, you rarely go back :D
- 1
That's good if you prefer to keep your html clear.
High five! keep moving!
- 2
Guess we'll never see you anymore,when you'll start JS :D