Answers for "place content center"

CSS
0

align div content center

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

place-content css property

This property is a shorthand for the following CSS properties:
1-align-content
2-justify-content

Possible values => start|flex-start|end|flex-end|right|left|center|
space-around|space-between|space-evenly|baseline|stretch
Posted by: Guest on November-10-2020

Code answers related to "place content center"

Browse Popular Code Answers by Language