Design comparison
SolutionDesign
Solution retrospective
- Positioning the image at the center was a bit difficult.
Community feedback
- @ssafwannPosted over 2 years ago
Not bad, definitely certain things you can improve on. One main thing I can say is to put more spacing below the second paragraph, right now it is too cramped up. Also, after looking at your code I saw that you added the font-family property for every element. That is unnecessary, next time if you want all elements to have the same font then just do this. By using this method all elements will now have use the font "outfit".
body { font-family: 'Outfit',sans-serif; }
Marked as helpful0@unique4070Posted over 2 years ago@ssafwann Thank you so much for your kind comment. I'll apply the necessary corrections.
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