Answers for "how to horizontally center header at the top of page with flexbox css"

CSS
0

how to horizontally center header at the top of page with flexbox css

.box.flex {
  display: flex;
  justify-content: center;
}
Posted by: Guest on February-23-2020

Code answers related to "how to horizontally center header at the top of page with flexbox css"

Browse Popular Code Answers by Language