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"); }
1 Answer
+ 3
background-size : Xaxis Yaxis;
example
background-size: 100px 100px;
For example p { color: #FFF; background-image: url("tree.jpg"); }