How do you change the width and height of a background picture with text in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you change the width and height of a background picture with text in css

For example p { color: #FFF; background-image: url("tree.jpg"); }

17th Dec 2016, 7:30 PM
Red N Blu
Red N Blu - avatar
1 Answer
+ 3
background-size : Xaxis Yaxis; example background-size: 100px 100px;
18th Dec 2016, 3:21 PM
Valen.H. ~
Valen.H. ~ - avatar