For just the backgroud alone, the white background and red half circle, what would the css code look like for that?
here is the fixed width code I have for that
Code:
*
{
margin: 0;
padding: 0;
}
body {
margin: 0px auto;
font: 62.5% Arial, Helvetica, sans-serif;
background: #ECEDF2;
}
#wrapper {
width:1630px;
min-height:1020px;
margin:0px auto;
text-align:left;
background:url(../images/bg.png) no-repeat;
overflow:hidden;
}
#header{
background:url(../images/header.png) no-repeat;
width:1620px;
height:80px;
margin:70px 0px 0px 0px;
overflow:hidden;
}
#content{
background:#fff;
margin:30px 0px 0px 180px;
width:1091px;
height:579px;
}
p{
font-size:1.4em;
font-family:Arial, Helvetica, sans-serif;
line-height:2.0em;
color:#868686;
}
Help is appreciated thanks for the idea on the expanding text box will that box work seeing as I will be using font-replacement techniques?
Bookmarks