Idk how to change the icons (fb, ig, tw) at pink color when using hover property. And put the logo in footer to white color.
Anis-Web
@Anis-WebAll comments
- @DromerJxSubmitted 8 months agoWhat specific areas of your project would you like help with?@Anis-WebPosted 8 months ago
Hello friend! About the logo in the footer, you can create new logo-image by copying the logo image and changing the color to white by changing the first and the second value of Fill in svg tag to fill="#fff". Also the color of the button in the header moat be “very-dark-cyan: hsl(192, 100%, 9%);”.
0 - @Proja26Submitted 8 months agoWhat are you most proud of, and what would you do differently next time?
Really enjoyed making this project. It was very interesting to figure out how to position every "testimonial" using Grid.
What challenges did you encounter, and how did you overcome them?At first, the positioning of every 'testimonial' was confusing, but once I got the hang of it, it was fairly simple and easy
What specific areas of your project would you like help with?Regarding the responsiveness, I've only turned the whole 'container' of the testimonials to display: flex; and added flex: wrap; so that testimonials would stack on top of each other. If there are any other options to add here, please let me know; all suggestions are highly appreciated!
@Anis-WebPosted 8 months agoHello Friend! Your design is not responsive, I think you should turn display to flex with direction columns when the size of the screen is less than 600px, and seems like your content's width is 100%, but in the design is not, you can fix it)
1