Answers for "css add an image to a page"

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 "css add an image to a page"

Browse Popular Code Answers by Language