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. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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.

11th Nov 2017, 7:44 PM
Comedy Co.
Comedy Co. - avatar
5 Respuestas
+ 5
Maybe try this :- <div class="image1"></div> <style> .image1 { background-image: url (images/shuttershock_95107219.jpg); width: 100%; height: 100%; } </style>
12th Nov 2017, 3:33 AM
Nikhil
Nikhil - avatar
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.
11th Nov 2017, 7:47 PM
Comedy Co.
Comedy Co. - avatar
0
if you have a problem try uploading the code so we can help you.
11th Nov 2017, 8:37 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
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.
11th Nov 2017, 8:55 PM
Comedy Co.
Comedy Co. - avatar
0
May someone please answer it is very frustrating.
11th Nov 2017, 9:48 PM
Comedy Co.
Comedy Co. - avatar