I want the bg color and image under the line someone help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I want the bg color and image under the line someone help

The question says it all https://code.sololearn.com/W63jmLbXr0uV/?ref=app

19th Mar 2019, 7:19 AM
Elliot Alderson
7 Antworten
+ 4
You linked the webpage Should click into and link the jpg instead https://www.w3schools.com/bootstrap4/paris.jpg
20th Mar 2019, 12:50 AM
Gordon
Gordon - avatar
+ 3
In CSS Dot for class Hashtag for id In HTML, class="thisisaclass" In CSS, .thisisaclass{ } In HTML, id="thisIsAnID" In CSS, #thisIsAnID{ }
19th Mar 2019, 9:53 AM
Gordon
Gordon - avatar
+ 1
I don't see any image
19th Mar 2019, 7:51 AM
Jella
Jella - avatar
+ 1
background: url(link); You forgot the url() .
19th Mar 2019, 7:55 AM
Alexandru Zmau
Alexandru Zmau - avatar
+ 1
Perhaps this code will help. I used id's inside the div tags and added the BG color in CSS. https://code.sololearn.com/WpXMQEDFqVx8/?ref=app
19th Mar 2019, 7:55 AM
NamelessCoder
NamelessCoder - avatar
0
I posted it on my page and put the link in my css code but it wont come up
19th Mar 2019, 7:54 AM
Elliot Alderson
0
Gordon helped but image still wont work
19th Mar 2019, 7:11 PM
Elliot Alderson