review: Styling the “wildlife” div with Background Properties task2 (using background-repeat:no-repeat)
Next, define the background property and value that prevents a background image from repeating in any direction.
which means: no-repeat. but I don't know the meaning of no-repeat. even with a dictionary. sad ;(
.wildlife {
background-image: url('img/bear.jpg');
background-repeat:no-repeat;
}
Comments
Post a Comment