how can I put a background in a web pege | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can I put a background in a web pege

29th Nov 2019, 11:59 AM
arash
3 Answers
+ 9
In the CSS: .class { background-image: url(url_here); }
29th Nov 2019, 12:02 PM
Oma
Oma - avatar
+ 1
any one to answer¿
29th Nov 2019, 12:00 PM
arash
0
in css file body{ background-image: url("url" ) ; background-repeat: no-repeat; } in html file <link rel="stylesheet" href="name of file.css">
30th Nov 2019, 12:26 AM
Ahmed Belkhodja