Answers for "call image file in css"

CSS
2

import image css

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

how to style a particular image in css

.image1
{
width:200px;
height:200px;
}
.image2
{
width:300px;
height:300px;
}
Posted by: Guest on November-25-2021

Browse Popular Code Answers by Language