Udit Sharmadevsolutions.hashnode.devยทDec 17, 2022How do you center align a div inside another div?To center align a div inside another div, you can use the following steps: Add a parent div element around the div that you want to center align. Add the following CSS to the parent div: .parent { display: flex; justify-content: center; ali...alignAdd a thoughtful commentNo comments yetBe the first to start the conversation.