0
Please how do i use image as my background
4 odpowiedzi
+ 12
HTML :
<div class="example-div">Some text</div>
CSS :
. example-div {
background-image: url("url_here");
}
(I believe this was explained in the CSS course 😇)
+ 9
Minerals2016 😂😂😂 thanks! Edited it 💯😊
+ 3
Chee-Oma background-image*
(U made a slight mistake spelling background, we don't want syntax errors 😅😅🤦)
0
The code is not working