+ 2
Working with images on Sololearn
How can i add images to html & css code/project on Sololearn?
3 ответов
+ 18
<img src="https://www.sololearn.com/images/fb-story-icon.jpg" alt="sololearn">
+ 3
2 ways :
Host it somewhere and put the link inside code playground
or
Encode your image as Base64 which will give you a huuUuuge piece of characters that you paste in your css.
+ 2
upload your image to Facebook or any free image hosting