+ 1
How can i add picture which is set in my profile?And how to add background picture.
3 odpowiedzi
+ 9
Hi Redoy Al Hasan, I think these will help!
Using Dropbox for images
https://www.sololearn.com/discuss/1698665/?ref=app
https://www.sololearn.com/discuss/1054246/?ref=app
https://www.sololearn.com/discuss/2375338/?ref=app
Background stuff
https://www.sololearn.com/discuss/160816/?ref=app
https://www.sololearn.com/discuss/2336465/?ref=app
https://www.sololearn.com/discuss/2224549/?ref=app
Hope this helps and have a great day ☕🍩!
+ 5
to add profile picture use
<img src = "https://api.sololearn.com/Uploads/Avatars/12942084.jpg">
And for background picture either in Css you may use
background: url('url');
+ 4