position element in the middle bootstrap code example
Example 1: how to horizontally center header at the top of page with flexbox css
.box.flex {
display: flex;
justify-content: center;
}
Example 2: what is the default value of the position property in css
position:static; /* is default pos value*/