Design comparison
Community feedback
- @funficientPosted about 1 year ago
Well done! Your solution looks great!
I notice your icons aren't showing. It looks as if the folder with the assets are missing. Your code:
<div><img src="assets/images/icon-reaction.svg" alt=""></div>
But there is not assets folder. Adding an alt description will also improve the accessibility.
Also, the gradients look as if they are the wrong direction. You can simply switch around the values:
background-image: linear-gradient(#2F2CE9,#7755FF);
tobackground-image: linear-gradient(#7755FF,#2F2CE9);
Other than that it is a great solution. Looks very close to the design!
Enjoy the next challenge!
1@theZackDPosted about 1 year ago@funficient Thank you !! I was wondering why the images didn't show ! That's very helpful. For the gradient it was on purpose I prefered it switched for some reason x)
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