Example of a problem (class is not applied) - 这只是一个例子。我的许多课程现在都没有被应用。
我的课程:
@media (min-width: 1000px){
.statek{
background-image:url("http://localhost:8888/wordpress/wp-content/uploads/2016/09/grafika-maska-gradient-01.jpg") ;
background-repeat:no-repeat;
-webkit-background-size: cover;
background-size:cover;
height:1570px;
max-width:100%;
}
}