Design comparison
Solution retrospective
i like the size and responsiveness but i feel like i should change the layout and improve css readability
What challenges did you encounter, and how did you overcome them?positioning the author icon was confusing - solved with a ul
What specific areas of your project would you like help with?i would like to align my text with the image like on the example. how would i do that?
Community feedback
- @kodan96Posted 6 months ago
hi there! ๐
If you want to line up your elements vertically just remove any
inline-margin
ormargin-left
from them and let the parent element's padding (you already have that) position the child elementsHope this was helpful ๐
Good luck and happy coding! ๐ช
Marked as helpful1@neiraxxPosted 6 months ago@kodan96 appreciate the feedback! i looked at the margins and paddings and found the issue. it had to do with the padding of my blog preview image within the container, so it was the misaligned image causing me trouble. i've updated it. thank you!
0
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