I am having a content area with a background image, in that i added border-radius:20px and then tried to pad-left about 25 px but it romoves the rounded corners. What can i do?
Code:
#content{
height: 650px;
margin: auto auto;
width: 957px;
background: url(img.png) top center no-repeat;
color:#fcfcfc;
border-radius: 20px;
}
div#content{
padding-top: 20px;
padding-left: 20px;
}