+ 2
How am I able to have a background image below another? What am I doing wrong?
https://sololearn.com/compiler-playground/W9SlllA165OC/?ref=app
2 Respostas
+ 2
use css
body {
background-image: url("https://www.shutterstock.com/image-photo/flock-chickens-grazing-on-grass-600nw-157999892.jpg ");
}
+ 3
Freddie Ferris start with correcting the section(s) to img and the background in the section(s) should be src short for source...
<img class="chickens" src="https://www.shutterstock.com/image-photo/flock-chickens-grazing-on-grass-600nw-157999892.jpg" style=background-repeat:no-repeat>
<img class="chicken" src="https://img.myloview.pl/plakaty/poulet-de-bresse-400-202075224.jpg" style=background-repeat:no-repeat>