Answers for "how to center a div using position absolute in tailwind css"

21

tailwind absolute center

absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2
Posted by: Guest on April-09-2021

Code answers related to "how to center a div using position absolute in tailwind css"

Browse Popular Code Answers by Language