
Responsive Social Profile Link using HTML and CSS
Design comparison
Solution retrospective
Am proud of completing the Social Links Profile Project.
What specific areas of your project would you like help with?Please give me suggestions or scope of improvements for further projects.
Community feedback
- @dar-juPosted 3 months ago
Hi kunal90803!
Good job!
The main remark is mixing html and css code. If your styles are minor, you can use them in html, but if you use a css style file, all styles should be in it.
Note that you do not need to use div everywhere, div is a block or wrapper for a group of tags. In this case, there is a title H tag - the author's name, for the rest of the text, span is used.
The links to social networks here look like buttons, so you need to use the button tag, put it in the a tag.
Good luck with your development!
Marked as helpful1@kunal90803Posted 3 months ago@dar-ju Thanx a lot for reviewing my project.. surely gonna implement and remember these point in future projects.
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