« Web, HTML, Tech Forum

How do you place a background image for your profile

i have been trying to make this image my background image for my page, can someone help

https://i.pinimg.com/736x/72/40/83/724083bb2f1f66098dd28e7ad0b8098f.jpg


Report Topic

2 Replies

Sort Replies:

Reply by arlo atomickk

posted

body{

background-image: url(https://i.pinimg.com/736x/72/40/83/724083bb2f1f66098dd28e7ad0b8098f.jpg);

background-size: cover}


to use an image you need to copy the image address where the link goes, alternatively you can use an image hosting site (i use imgbb) to make sure the image isnt deleted 


Permalink Report Reply

Reply by bugeater96

posted