Another mistake | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Another mistake

body { background-image: url("css_logo.png"); background-color: #e9e9e9; } there is a mistake: this url("css_logo.png") should be like this url("css/logo.png") (with a / not a -) isn't it? please correct me if I'm not right. ps. this mistake is in the CSS Fundamentals/Properties/background-image/The background-image Property

2nd Aug 2017, 2:01 PM
Noureddine JANA
Noureddine JANA - avatar
2 ответов
+ 8
css/logo.png refers to logo.png located in css. css_logo.png refers to a PNG file named css_logo.
2nd Aug 2017, 2:20 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
my bad, thanks a lot sis
7th Aug 2017, 10:42 AM
Noureddine JANA
Noureddine JANA - avatar