I want to set a background image to different divs, but my problems are:
How
Try something like this:
div { background-image: url(../img/picture1.jpg); height: 30em; background-repeat: no-repeat; width: 100%; background-position: center; }