Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Community feedback
- @RadaidehDanielPosted 7 months ago
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 helpful0@AdkasyPosted 7 months agoHi @RadaidehDaniel, thanks for the feedback! I'll keep that in mind. Appreciate it!
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