
Implementation for a social link profile using just HTML & CSS
Design comparison
Solution retrospective
What I am most proud of is that this is my second design conversion after my training and I felt that I improved significantly from when I finished my training, it's easier right now, even though there was a bit of a stumbling block here and there I still felt confident in the skills I have learnt.
What I'd do differently is take the feedbacks given and then go ahead and implement them in my next screen conversion.
What challenges did you encounter, and how did you overcome them?On this, I didn't encounter many issues, but I was able to resolve the hosting issue using Google and help from my younger brother.
What specific areas of your project would you like help with?I would appreciate people dropping reviews on my code structure, and how I can write a more effective code -this would help me become better at what I am currently learning.
Community feedback
- P@codejerooPosted 23 days ago
Great Solution! I love how you used multiple CSS files separating different stylings! If I may add.
-
you don't need repeatedly call
font-family: Inter;
you can just put in the body tag then it will all apply since font-family is inheritable. -
It's also better to set the height and size when adding image files, adding
height = 32px
andwidth = 32px
inline in yourimg
would greatly help! -
There's also no need for
padding-bottom
orpadding
padding-topyou can just add padding:
40px`. Overall, it was amazing, and I hope we can both learn from each other!
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