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
7 odpowiedzi
+ 4
You linked the webpage
Should click into and link the jpg instead
https://www.w3schools.com/bootstrap4/paris.jpg
+ 3
In CSS
Dot for class
Hashtag for id
In HTML,
class="thisisaclass"
In CSS,
.thisisaclass{
}
In HTML,
id="thisIsAnID"
In CSS,
#thisIsAnID{
}
+ 1
I don't see any image
+ 1
background: url(link);
You forgot the url() .
+ 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
0
I posted it on my page and put the link in my css code but it wont come up
0
Gordon helped but image still wont work