Answers for "html how to make image the background"

0

how to make a still background image in html

<body style="background-image: url(your image url here);
  background-repeat: no-repeat;
  background-attachment: fixed;">
Posted by: Guest on January-15-2021

Code answers related to "html how to make image the background"

Browse Popular Code Answers by Language