Hi guys,
I’m new to the boards and looking for help to a simple problem. I seems like I have a padding on the left and right of my 2 grey Headers. One is labeled as #header1 and the other
#header2 in my CSS file. I can’t figure out while the 2 headers aren’t stretch to the length of the browser.
Below is my CSS file. I’ve attached the html as a text file if needed. I am looking forward to being a part of this community.
Thanks for the help!
#header1 {
float:left;
height:40px;
min-width:100%;
background-color: #808080;
}
#header2 {
float:left;
height:150px;
min-width:100%;
background-color: #666666;
}
body {
background-image: url(linenbackground-repeat.jpg);
}
#container {
margin: 0 auto;
width: 900px;
height: 1400px;
text-align: left;
background-color: #FFFFFF;
}
footer {
float:left;
padding:70px 0;
min-width:100%;
background-color: #F4E97D;
}