Answers for "how may alignment content to center"

CSS
1

css center alignment

.center {
  text-align: center;
  border: 3px solid green;
}
Posted by: Guest on April-06-2021
0

align div content center

.child {
  ...
  margin: 0 auto;
}
Posted by: Guest on July-30-2021

Browse Popular Code Answers by Language