From color to background picture
-
Hi, I am wondering how to change the background to a picture.
My picutre is on https://www.heartstonenorge.no/heartstone.jpg
Ive tried to change the style.css-file from this:
body {background-color:#293136; color:#293136; font-family:’Oxygen’,sans-serif; font-size:16px;}
h1, h2, h3, h4, h5, h6 {margin-top:0;}
a {color:#3485b4;}
a:hover {color:#293136;}
#content-holder {background-color:#fff; margin:0; padding:30px;}To this
body {background:#293136 url (images/heartstone.jpg; color:#293136;
As well as
body {background:#293136 url (hearthstone.jpg); color:#293136;
What am I doing wrong?
Thanks in advance for your answer.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘From color to background picture’ is closed to new replies.