Design comparison
SolutionDesign
Solution retrospective
Any feedback for best practices (most preferably for responsive designs) is very much appreciated. Cheers :)
Community feedback
- @lavil014Posted about 1 year ago
Very well done on your solution. Quick comment on the border radius style , you can sumarize it. Find an example below:
#left__mobile { border-bottom-left-radius: 0px; border-top-right-radius: 10px;} #left__mobile { border-radius : 10 px 10 px 0 0; }
Hope you find it helpful
Marked as helpful1
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