Introduction to Flex Box
To clarify, what you can accomplish with a flex box or its power is shown below.
.container{
display: flex;
justify-content: center;
align-items: center;
}
The ability to centre the div with only three easy lines of CSS is a lifesaver.
...
shriram21.hashnode.dev5 min read