Submitted over 1 year ago
results-summary-component - HTML/CSS/JAVASCRIPT/JSON
@Vidottizzz
Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey,
your solution looks great and responsive! You can have a gradient background for left column instead of only solid blue. You can achieve that with linear-gradient() for your background, you could do so: background: linear-gradient(180deg,#7857ff,#2e2be9); Also the box-shadow you seem to use seem to be blend with background at the top. You can find more alternatives to use here: https://getcssscan.com/css-box-shadow-examples :)
Hope you find this feedback helpful
Marked as helpful0@VidottizzzPosted over 1 year ago@visualdenniss Thank you man, really helpful, i'll improve it!!
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