Answers for "how to make a still background image in html"

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 "how to make a still background image in html"

Browse Popular Code Answers by Language