Latest solutions
Latest comments
- @Nahid570@wiridix
Helloo, looking at your solution is fine but I noticed certain errors and those you comment
- The logo is not being used in the header and footer.
- In the area of the customer testimonials what happens is that you have a height: 100vh and therefore occupy all the space of the viewport, you can place a height in auto or not to place a specific height.
- In the images in the section (image_gallery) there is a small spacing between the photos, to solve that you have to remove the class "object-fit" to the images, with the grid of the container the images will occupy the space that you assigned in the grid.
- The background color should be #91d0c2 and the letters should be hsl(168, 34%, 41%).
- For the hover effect of the footer icons you could use a filter brightness of 10 and generate the white on the icons.
That's what I noticed, I hope it helps you any questions you can ask 🙌
Marked as helpful - @itspavit@wiridix
Hello! very good job, what I recommend is that the shadow is a little less. To the avatar place a white border and change the text color to the one that comes in the challenge (--soft-blue) and finally to the hover of the image place a transition. The rest is perfect! Keep it up 🙌
Marked as helpful - @tamiribeiro@wiridix
Hi! you have a very good job. The detail with your hover in the image is that the container .overlay you have to place a transparent color ( hsl(178, 100%, 50%, 60%) ) and the overlay:hover set the opacity to 1. So you have the same effect as the design.
Good work!
Marked as helpful - @caparra92@wiridix
You did very well. A few details I saw was the size of the card and you missed the hover effect of the image and the title.
You are doing great!
Marked as helpful