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);
2 ответов
+ 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 ;
}
0
Yea sorry, that url is the actual pic that i want