+ 1
Question
How do you get like a fire emoji in the background
3 ответов
+ 2
you can use the emoji in a paragraph element.
position fixed or absolute and a negative z-index and it's a background image.
or if you want it as a repeating background image, you can use it with the canvas element to create a data url.
https://sololearn.com/compiler-playground/WP3JA6vFeBM2/?ref=app
+ 1
Or any emoji
+ 1
Thanks