Jump to content

Obsess Blue V2.0 Website Black background change


Curshad

Recommended Posts

Hey can someone help me ?

I am lookin to change

/* regular */
body
{
 margin: 0px;
 padding: 0px;
 font-size: 12px;
 font-family: Arial;
 background-color: Black; <<<<<<<< THIS
}
img
{
 border: 0px;
}
.size
{
 width: 950px;
 margin: 0px auto;
}

TO THIS

>>>>>>>>>>>>> http://lohrman.com/s...spanish-sky.jpg <<<<<<<<<<<<<<<<<

How do i do it?

I've tried this

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(194,236,255)),
color-stop(0.71, rgb(20,145,255)),
color-stop(1, rgb(0,115,255))
);

but it doesn't work.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...