Curshad Posted October 11, 2012 Report Share Posted October 11, 2012 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. Quote Link to comment Share on other sites More sharing options...
rpalmer800 Posted October 12, 2012 Report Share Posted October 12, 2012 Try this... (Not tested) /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background:url(http://lohrman.com/skies/spanish-sky.jpg); } img { border: 0px; } .size { width: 950px; margin: 0px auto; } Quote Link to comment Share on other sites More sharing options...
Curshad Posted October 20, 2012 Author Report Share Posted October 20, 2012 Thanks it works, now i just need to make it long enough soo if can look good. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.