The Background Images in the Projects

Hello,

I am finalizing the projects from the Responsive Web Design Course and I have some questions.

Where can I find background images that I can use for my projects like the ones used by FreeCodeCamp? I am referring to url’s where there are images that I can use as a background. I am using CodePen and I do not know how to add background images. It looks like the only way is to use urls.

Thank you.

Regards,
Veronica

there are free services where you can find pictures, like Unsplash.

Is that what you mean?

just go to unsplash as mentiond @ilenia and choose the image you like then right click your mouse and copy the image address and paste in url then you will see your favourite image

for example :

code for above image is :

<img src="https://images.unsplash.com/photo-1631527340327-f6bbe6556d83?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8YXN1cyUyMGxhcHRvcG98ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=60"  >

Hi,
Thank you for your reply
I did not mean linking in the html.
I am referring to the site codepen.io whee I am doing the projects.
I want to add a background image to the css code like in the example of the form created by FreeCodeCamp. They used background-image and have an url as a value with a website in parentheses.
I am looking for images that I can link to. FreeCodeCamp used a cdn link.

you can use the links of the images from unsplash

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.