Design comparison
SolutionDesign
Solution retrospective
I couldn't make the clock and eth sections inline any solutions please? a nice feedback would be great!
Community feedback
- @Ogshabzy23101Posted 10 months ago
i will suggest you put the 2 component into a div, then style the div to display flex, flex direction row, justify content space between. hope this is helpfull please rate my comment thanks
2 - @danielmrz-devPosted 10 months ago
Hello @DrissssirD!
Your project looks great!
About your question:
- I couldn't make the clock and eth sections inline any solutions please? a nice feedback would be great!
Wrap your containers
eth-section
andtime-section
together with a div. Usedisplay: flex;
andjustify-content: space-between;
on this div. This should be enough to place them next to each other.I hope it helps!
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