align vertical and horizontal center css flexbox code example
Example: css flex center horizontally and vertically
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;