@sajidrecSubmitted over 1 year ago
redesigned with tailwindcss and this time used flexbox
redesigned with tailwindcss and this time used flexbox
For positioning your card to the center, there is a clearer / more effecient way: use flexbox! ;) body { display: flex; text-align: center; justify-content: center min-height: 100vh }
Delete absolute positioning from your container. I hope you find it useful! 😄 Above all, the solution you submitted is great! Happy coding!