0

Why isn't my background image appearing to my website?😣

Everytime i code in my background image it doesn't appear! Yet I'm pretty sure i use the correct coding background-image: url(img/world.jpg);

24th Jul 2019, 12:28 PM
Shemlinex
Shemlinex - avatar
2 odpowiedzi
+ 5
Change the url to that of the pic you want. <div class="team-thumb" style=" height:13rem;width:13rem;border-radius:50%;background-image:url('https://api.sololearn.com/Uploads/Avatars/11320609.jpg'); background-repeat:no-repeat ; " > </div> //CSS div { height:13rem;width:13rem; border-radius:50%; background-image:url("https://api.sololearn.com/Uploads/Avatars/11320609.jpg"); background-repeat: no-repeat ; }
24th Jul 2019, 12:32 PM
Jella
Jella - avatar
0
Yea sorry, that url is the actual pic that i want
24th Jul 2019, 12:34 PM
Shemlinex
Shemlinex - avatar