Q:

how to move block elements in css

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
1
div.center{display:block;margin:auto;width:50%;}
p.center{text-align:center;}
3

.clearfix {
  overflow: auto;
} 
2

New to Communities?

Join the community