Answers for "how to add background image in html using external css"

CSS
17

background image css

.selector {
  background-image: url(image.png);
}
Posted by: Guest on May-25-2020
7

css background image

background-image: url("image.gif");
Posted by: Guest on April-01-2020

Code answers related to "how to add background image in html using external css"

Browse Popular Code Answers by Language