How to connect bg image with the help of css code in vscode | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to connect bg image with the help of css code in vscode

I use the bg but didn't get answer. Pls help me

20th Jan 2023, 10:19 PM
Atul Soni
Atul Soni - avatar
1 Antwort
+ 2
Place the background image in the same folder as your html file. Afterwards use the following syntax; element { background-image: url('name.png'); }
20th Jan 2023, 11:56 PM
Lamron
Lamron - avatar