Answers for "use photoin backgrund html"

1

how to set background image for web page in html local image

body {  background-image: url(/path/to/image.png); }
Posted by: Guest on April-17-2020
3

adding background image

body{background-image: url("paper.gif");}
Posted by: Guest on June-28-2020

Browse Popular Code Answers by Language