Answers for "how to add image as an css property"

CSS
0

add image to css

background-image: url(path);
background-repeat: no-repeat;
width: 10px;
height: 20px;
Posted by: Guest on February-17-2021

Code answers related to "how to add image as an css property"

Browse Popular Code Answers by Language