Design comparison
Solution retrospective
Feedbacks are always welcome. Feel free to give any feedbacks. and let me know where I messed up. Happy Coding...!
Community feedback
- @NadiaFrShLmPosted over 2 years ago
I think that box-shadow should be much less visible. Especially at the top of the card in your case -> box-shadow: 0px 0px 14px 14px #00000024; /* offset-x | offset-y | blur-radius | spread-radius | color */ I'd leave 'offset-y' and 'blur-radius' . You can play around with box-shadow using online generator, like this one
https://html-css-js.com/css/generator/box-shadow/0 - @olisa187Posted over 2 years ago
@Shaina Khan your code was good but I noticed you did not edit your readme-template.md file and renaming it to readme.md. I think if you do not want to delete any of the read me files try creating a .gitignore files then type the names of files you want git to ignore and not push it to your GitHub repository. Examples of such files are style-guild.md.
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