Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
How can I align the time div to the left?
Community feedback
- @ortalyartsPosted 7 months ago
Hey @laladrack!
Congratulations on completing the challenge!
To your question: add
justify-content: space-between;
to the container (div.stuff).Also please pay attention, that the
padding-bottom: 4;
has no affect as in css you have to provide the measure units (like px or rem).I hope you find this helpful! Cheers :)
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