Answers for "how to center div element horizontal center"

CSS
2

how to horizontal center a div in css

#inner {
  width: 50%;
  margin: 0 auto;
}
Posted by: Guest on June-18-2020
1

how to center a div

It's normal to not know how to center a div, just copy and learn from the codes below
Posted by: Guest on August-11-2021

Code answers related to "how to center div element horizontal center"

Browse Popular Code Answers by Language