Submitted about 3 years ago
Huddle landing page using Tailwind CSS & Grid
@Ryoma1512
Design comparison
SolutionDesign
Solution retrospective
This's my first Junior level challenge
- I have some issues centering the box in "Ready To Build Your Community?" section in desktop.
- Feel free to say any advice to improve. Thanks!
Community feedback
- @AymaneDarihPosted about 3 years ago
you need first to make the parent element in " postion:relative;" then make the box in postion:absolute and use ( top , left , bottom , right ) to center it . I hope you got the idea and works for you . Good Luck ! ( If you had any problem check my solution code on github)
Marked as helpful0 - Account deleted
I don't know tailwind css so I couldn't edit the code and see if this works, but it always does to me, set the box to;
left : 50%, transform: translateX(-50%)
.Keep coding👍.
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