iam doing one application on php.while iam doing in page register_style. css for background image its not shoing the image.


form {
text-align: center;
}

.wrapper{
background-image: url("../images/backgrounds/desktop.jpg");
background-size: 100%;

}