
Social links profile. Semantic HTML5 markup, Font-size using clamp()
Design comparison
Solution retrospective
- I learned a great deal about image editing.
What challenges did you encounter, and how did you overcome them?img { width: 230px; clip-path: circle(26%); object-fit: cover; object-position: top; height: 100px; }
"I use CSS properties like clip-path: circle(26%), object-fit: cover, and object-position: top to create and style circular profile photos, controlling the shape, image scaling, and cropping."
What specific areas of your project would you like help with?I don't have anything in particular I need help with right now, but I'd welcome any useful comments or suggestions. Thanks!
Community feedback
- P@gabeiPosted about 1 month ago
Nice - it looks great and responsive! I'll try to nit pick something since you've covered most of it.
-
I always mention to people how their site looks when viewed in landscape mode on a mobile device. I used to struggle with this a lot when I used
100vh
. How can we accommodate this? -
Maybe this is a matter of personal preference, or maybe somebody smarter than me can correct me: I tend to look at projects like this as a
list
of links. Stylistically it looks the same, but the way it is read by a screen reader is a little different.
Nice job and happy coding!
Marked as helpful0 -
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