Design comparison
SolutionDesign
Community feedback
- @nelsonuprety1Posted about 2 years ago
Hello mate, here are few of the suggestions from my side, I hope it helps
-
Please separate your stylesheet from your html file. Create a new style.css file and link that to your html. For example:
<link rel="stylesheet" href="style.css">
-
Try reducing the border radius for container and the image so that it matches up with the given design.
Happy coding, cheers 😀 😃 😁
1 -
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