Latest solutions
EasyBank Landing Page with React JS and Tailwind CSS
#react#tailwind-css#viteSubmitted 7 months agoFunny bit, naming components is really hard sometimes. But I'll get through it. Still learning and enjoying to use React JS and Tailwind CSS. Hopefully I'll soon be able to use both effortlessly by continuing to practice here.
Social Media Dashboard with Theme Swticher
#react#tailwind-cssSubmitted 10 months agoThere's still a lot to learn. But I'm gonna take it a step at a time. No pressure.
Latest comments
- @abubakar-sadiq001@StevetheRebel
This one seemed to have challenged you a bit man. From what I can sketch, I'm thinking of tackling it in two ways for the bottom containers:
- Create a flex box container with three row containers in the default arrangement. The middle container will have the two other column arranged flex containers or mix it with grid.
- Grid item with three repeat row frames and in the middle frame, create another grid container or flex-box it.
That's just how I would tackle it's design.
Marked as helpful