review: Styling the “wildlife” div with Background Properties task3 (using background-position)
Challenge Task 3 of 5
Next, position the background image in the center of the '.wildlife' element.
/* Complete the challenge by writing CSS below */
.wildlife {
background-image: url('img/bear.jpg');
background-repeat:no-repeat;
background-position:center;
}
Comments
Post a Comment