Answers for "how to align content in center css"

1

align div content center

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

css text align center

body {
  text-align: center;
}
Posted by: Guest on April-09-2020

Code answers related to "how to align content in center css"

Browse Popular Code Answers by Language