I tried to replicate it exactly.
What challenges did you encounter, and how did you overcome them?I couldn't make the header image to be same color. It was hard doing the search bar too
I tried to replicate it exactly.
What challenges did you encounter, and how did you overcome them?I couldn't make the header image to be same color. It was hard doing the search bar too
Hi, great job on your work! I suggest using Vite (https://vite.dev) instead of the "create-react-app" command to initialize your project. Vite offers a faster and more efficient way to create React applications. Also, if you want to change the background of the image, you can easily do so by adjusting the background color.
If it looks weird I'll fix it later. I don't know how to change the logo color to white in the footer so I put a background color around it. Any help or advice is welcome.
To change the logo color you just have to go to the SVG file and seek the fill ="" attribute and change it for the desired color. there will be three fill attributes, the first I don't know what it does, the second one for the icon, and the other for the text color