How do insert background image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do insert background image

b

17th Oct 2017, 1:23 AM
Kumar Santosh
Kumar Santosh - avatar
6 Answers
+ 2
Use css
17th Oct 2017, 1:25 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 3
@Joker Yeah that's vetter styling but yeah, my code works just for insertion
17th Oct 2017, 1:28 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 2
body{ background-image:url("Link to image"); }
17th Oct 2017, 1:26 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 2
<div style="background-image:url('/pix/samples/bg1.gif');padding:5px;width:150px;height:200px;border:1px solid black;"> </div>
17th Oct 2017, 1:27 AM
LordHill
LordHill - avatar
+ 2
use background-size: cover
17th Oct 2017, 3:30 AM
Calviีฒ
Calviีฒ - avatar
0
how to resize the background image
17th Oct 2017, 2:22 AM
Kumar Santosh
Kumar Santosh - avatar