Answers for "difference background-image and background url"

0

difference background-image and background url

In a background property you can add background-color, repeat, no-repeat and other image attributes, but in the background-image property you are only allowed to add image.
Posted by: Guest on April-30-2022
0

difference background-image and background url

background-image: url("img_tree.png");
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
Posted by: Guest on April-30-2022

Code answers related to "difference background-image and background url"

Browse Popular Code Answers by Language