0
How do I place background-image for header using css?
I've tried to set background-image in header using css syntax . Not showing up.Please help this rookie?
2 Antworten
+ 3
#header {
background-image: url("filename.jpg");
}
+ 1
Thanks for the help