Answers for "how to give background image path in css"

CSS
0

background image path

background-image: url('../../images/image.png');
Posted by: Guest on January-19-2021
0

background path css

body {
  background: url(sweettexture.jpg);
}
Posted by: Guest on January-11-2021

Code answers related to "how to give background image path in css"

Browse Popular Code Answers by Language