Timinycricket
0
Q:

how center div in css

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
8
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
1

  .center {
  display: flex;
  justify-content: center;
  
  align-items: center;
  height: 200px;
  border: 3px solid 
  green; 
} 
3

.center
{

  margin: auto;

   
width: 50%;

   
border: 3px solid green;
  padding: 10px;

} 
4
.shadoww .prt {
    margin: 0 auto;
}
-1

New to Communities?

Join the community