image background css other directory code example
Example: background image syntax in css if it in folder
body {
background: radial-gradient(circle, black, white);
}
body {
background: radial-gradient(circle, black, white);
}