How To Center Content in a Div Horizontally and Vertically
This little snippet of code will show you how to center content in a div horizontally and vertically using HTML and CSS. This, in the past, used to be semi-difficult. Now, using CSS flexbox display property, it’s actually quite easy. First, we’ll create a simple …