View Single Post
  #1  
Old 23rd May 2019, 23:45
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default replace background image with color?
How do i replace my background image with a color??

Here in my css is my background image:

body {
font: 11px arial, verdana, sans-serif;
color: #2C2C2C;
background-image: url(pics/wall.jpg);
background-attachment: fixed;
width:100%;
height:100%;
left:0;
top:0;
z-index:-100;
/* url('bg.png') repeat-x bottom center*/
}
Reply With Quote