Answers for "how do i place section in horizontal center"

CSS
1

how to horizontal center a div in css

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

Code answers related to "how do i place section in horizontal center"

Browse Popular Code Answers by Language