Latest solutions
Todo App with Light and Dark Mode Using React and Tailwind CSS
#react#tailwind-cssSubmitted over 2 years ago
Latest comments
- @andreimaier@okraks
Hello Andreimaier, Great work done so far!
For positioning the two cards on the page, you can utilize flex
align-items: center
to center the div containing the two cards (along the cross axis that is) See more here in the Mozilla docsMarked as helpful