Css file

how to import image from google into your css file

You need to copy the image URL, right click - copy image URL

Then you paste it into your CSS styling

1 Like

@zainabrawat is correct. Syntax example:

background-image: url(imageurl);
1 Like