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

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

Code answers related to "how to set background image for web page in html local image"

Browse Popular Code Answers by Language