BlackPearl
4
Q:

how to center a div inside another div

.parent-div {
 	display: flex;
    justify-content: center; 
}
2
#container {
    width: 640px; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
1

New to Communities?

Join the community