Answers for "apply image via css"

CSS
4

how to insert image in css

<img src="fire-salamander.jpg">
/*Make sure that your file name is case accurate, put it where fire salamander is./*/
Posted by: Guest on September-20-2021
-1

how to add image with url in css

background-image: url('images/my-image.png');
Posted by: Guest on June-20-2020

Browse Popular Code Answers by Language