Design comparison
Solution retrospective
I'm open to better suggestions.
Community feedback
- @codesbyayushPosted over 1 year ago
It's good to see that you make it work with relative layout. It must be a lot of work for you, try learning GRID and FLEX layout in css. They will help you make this layout more easily in no time and the layout thus formed will be more fluid.
I wanted to highlight some improvements that could be made.
- Instead of using
<strong>
tags, use a class and style it in css only. - try to reduce the use of
<br>
tags. - To get the profile pictures perfectly round (e.g. Kira, Jonathan, and Jeanette's), use border-radius: 50%.
You could watch this youtuber for improvements in solution as he solved this challenge.
1 - Instead of using
- @BeziesPosted over 1 year ago
Hi, you complicate yourself with the relative position to arrange your different elements.
Look at the CSS grid method, which is quite simple to use. This is the purpose of this exercise.
Good luck with your dev
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