Answers for "image in css file"

CSS
2

import image css

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

how to style a particular image in css

<img src="" class="image1">
<img src="" class="image2">
Posted by: Guest on November-25-2021

Code answers related to "image in css file"

Browse Popular Code Answers by Language