Hey Guys,
How do I make the white part of my site span further across the page? Also if I can how do you change the black background of the site?
Thanks,
Nick
Hey Guys,
How do I make the white part of my site span further across the page? Also if I can how do you change the black background of the site?
Thanks,
Nick
to increase the size in your css
#mainWrapper {stylesheet.css (line 189)
background-color:#FFFFFF;
border:1px solid #FFFFFF;
text-align:left;
vertical-align:top;
width:800px;
}
you can use % like 100%, or smaller %
or you can use PX , like 980px
is up to you how you want to display .
to change background color in same stylesheet look for body tag
which should be first rule
change background-color: to any colour you want.