Design comparison
SolutionDesign
Solution retrospective
This is my second project, and first one using JS!! I couldn't apply the gradiant background card at all, can someone explain how I could do it?
Besides that, I think I did a good job =)
As I'm studying for around a week, any tips, and suggestions on how I could've improve the code for this challenge (and other), will be very appreciated!!
Community feedback
- @hitmorecodePosted over 1 year ago
I depends on how you want to apply the gradient. If it's from the center of the card to the outsdie
background-image: radial-gradient(circle ,#232A52, #171E28);
this should do the job.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