I am having difficulty adding background image. Kindly assist. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am having difficulty adding background image. Kindly assist.

.wrapper main{ width: 73%; float: right; float:top; box-sizing: border-box; clear:left; } HTML <div id="wrapper" class="wrapper"><main><div class="main" id="main"><h1>THE EDIFYING ASSEMBLY</h1> <h2>We gather for the better.....</h2> <h3> MESSAGES</h3> </div>

25th Mar 2020, 12:24 AM
Olamide Kosile
Olamide Kosile - avatar
1 Answer
+ 1
an example https://code.sololearn.com/WEHkg7dhgU6f/?ref=app you need a image url (starts with http), and then use the CSS property background
25th Mar 2020, 4:48 AM
Gordon
Gordon - avatar