Sun, 2011-12-04 21:38
Hi guys,
I understand how they did the gradient background but how did they have the white foreground with the rounded edges? If I have the background be a gradient, what do I need to do so that I can have the white foreground (not make it an image so that it can expand and contract based on content)?
http://www.delegatearianakelly.com/
All help is appreciated.
Jonathan
Sun, 2011-12-04 23:14
#1
Rounded corners?
Set the border radius, i.e.
#wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 9px 9px 9px 9px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
margin: 0 auto;
width: 980px;
}cheers,
gary