Answers for "include image in css style"

CSS
2

import image css

background-image: url(path);
background-repeat: no-repeat;
Posted by: Guest on July-02-2021
1

add image to css

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

Browse Popular Code Answers by Language