Design comparison
SolutionDesign
Solution retrospective
Hello , i had some issues with adding curved borders to my image and moving the name "greg hooper" on top. Your feedback will be highly appreciated
Community feedback
- @cami92plPosted 10 months ago
Remove div's from image line and paragraph with author name. To
<div class="profile">
you can place:display: flex; flex-direction: row; align-items: center;
Then both items should look good! Also you can add padding-right to picture to seperate text from image.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