How to add background image of car to a website using bootstrap | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to add background image of car to a website using bootstrap

21st Nov 2017, 6:11 AM
Nivya Gowda
Nivya Gowda - avatar
2 Antworten
+ 7
body{ background:URL("link://car.image.png"); }
21st Nov 2017, 6:19 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
Using bootstrap you can't add background image as its a framework which doesn't give this facility,you need to do it with css body{ background-image:url("urlpath or imagepath"); background-size:cover; }
21st Nov 2017, 6:40 AM
ASHMIL HUSSAIN
ASHMIL HUSSAIN - avatar