How to increase or decrease the height & width of background image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to increase or decrease the height & width of background image

In CSS background image

16th Feb 2018, 7:06 AM
Ankit Goyal
Ankit Goyal - avatar
4 Answers
+ 1
oh in CSS
16th Feb 2018, 7:30 AM
Sudarshan Rai
Sudarshan Rai - avatar
0
can write a code in CSS & apply then send me
16th Feb 2018, 7:18 AM
Ankit Goyal
Ankit Goyal - avatar
0
yup buddy
16th Feb 2018, 7:35 AM
Ankit Goyal
Ankit Goyal - avatar
0
body{ background-image:url('image url'); background-repeat:no-repeat; background-size: 300px 100px; }
16th Feb 2018, 7:47 AM
Sudarshan Rai
Sudarshan Rai - avatar