Design comparison
Solution retrospective
Any feedback are welcome!
I have added transition effect on the photo :) Anyone think of other method instead of position absolute to put the view icon on the photo??
Community feedback
- @GitHub-dev12345Posted over 2 years ago
Outer Card Box Shadow use this code :- box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
Marked as helpful1@Ma1021Posted over 2 years ago@GitHub-dev12345 Thanks!!! I am very curious on how do you get the box shadow's color right???? In the past examples, I have great confusion on using the right color.
0 - @GitHub-dev12345Posted over 2 years ago
In this code you add the alt (attribute and gave the image name on your choice) :- like- id=
view
><img src=./images/icon-view.svg
alt="equilibrium"></div>Marked as helpful1 - @denieldenPosted over 2 years ago
Hi Maggie, great job! Congratulations on completing the challenge.
The transition effect on the photo is great! Only the transition on the title is missing;)
Don't forget the
img
element must have analt
attribute, it's very important!Hope this help ;) And keep it up!
Marked as helpful1@Ma1021Posted over 2 years ago@denielden Thank you! I was thinking what should be put in the alt attribute and then left it blank. I will update it!
1@denieldenPosted over 2 years ago@Ma1021 You are welcome! And don't forget to mark my comment as helpful if it is useful for you , thanks :)
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord