0
I was watching a video about making a website in html. When it came to css I couldn't get. I need to finish this question.
5 Respostas
+ 5
Maybe try this :-
<div class="image1"></div>
<style>
.image1 {
background-image: url (images/shuttershock_95107219.jpg);
width: 100%;
height: 100%;
}
</style>
0
In css I couldn't get the picture. He used the method background-image: url; I tried to use my own picture but I didn't work. Please help.
0
if you have a problem try uploading the code so we can help you.
0
<div class="image1"></div> .image1 {
background-image: url (images/shuttershock_95107219.jpg);
width: 100%;
height: 100%;
}
Nothing is working my folder is named images ans i think i copied it right. My picture is not showing up.
0
May someone please answer it is very frustrating.