skip to Main Content

Css – tailwind justify-center not working – reactjs

I have div, inside I have some cards from daisyui. I want those cards to justify center on smaller screens(I have flexed it to column for smaller screens). <div className='container mx-auto lg:px-28 mt-0 h-auto sm:w-full'> <div className='md:shadow-[rgba(0,0,15,0.5)_10px_5px_4px_0px,rgba(0,0,15,0.5)_-10px_5px_4px_0px] mt-0 lg:pl-5 lg:pr-20…

VIEW QUESTION

Html – Jusitify self end not working tailwindcsss

Trying to center the image while having the nav bar set on the right of the page <nav class="px-6 py-4"> <div class="justify-center flex items-center"> <div> <img class="flex h-12 " src="https://www.applesfromny.com/wp-content/uploads/2020/06/SnapdragonNEW.png"> </div> <button class="justify-self-end"> <i class="fa-solid fa-bars fa-xl"></i> </button> </div> </nav>…

VIEW QUESTION
Back To Top
Search