Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Profile with HTML and CSS

Aditya 60

@Adkasy

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

What challenges did you encounter, and how did you overcome them?

What specific areas of your project would you like help with?

Community feedback

P

@RadaidehDaniel

Posted

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

0

Aditya 60

@Adkasy

Posted

Hi @RadaidehDaniel, thanks for the feedback! I'll keep that in mind. Appreciate it!

1

Please log in to post a comment

Log in with GitHub
Discord logo

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