Please how do i use image as my background | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how do i use image as my background

9th Sep 2019, 6:10 PM
BABA FAMIJADE
4 Answers
+ 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 😇)
9th Sep 2019, 6:37 PM
Oma
Oma - avatar
+ 9
Minerals2016 😂😂😂 thanks! Edited it 💯😊
9th Sep 2019, 6:50 PM
Oma
Oma - avatar
+ 3
Chee-Oma background-image* (U made a slight mistake spelling background, we don't want syntax errors 😅😅🤦)
9th Sep 2019, 6:47 PM
Minerals2016
Minerals2016 - avatar
0
The code is not working
10th Sep 2019, 9:55 AM
BABA FAMIJADE