Social Links Profile with HTML and CSS

Solution retrospective
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@RadaidehDaniel
Good job, Adkasy.
I am a beginner developer, so I will help with what I have learned.
#1 Your design seems to be crushed on smaller screens (below 386px). Specifically, the paragraph 'Front-end developer and avid learner' and the <h1>Jessica Randall</h1> section. To address this, consider the use of the CSS property text-align.
.profile-container { text-align: center; }
#2 I do not recommend using inline Styles, making style debugging harder in bigger designs.
<p style="font-size: medium; font-weight: 300"> "Front-end developer and avid learner" </p>
I hope this help.
Marked as helpful
Join 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