+ 1
How to increase or decrease the height & width of background image
In CSS background image
4 Réponses
+ 1
oh in CSS
0
can write a code in CSS & apply then send me
0
yup buddy
0
body{
background-image:url('image url');
background-repeat:no-repeat;
background-size: 300px 100px;
}