Centro Flex CSS
display: flex;
align-items: center;
justify-content: center;
TheDutchScorpion
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
/* order: vertical, horizontal */
/* If you need to access this quickly, just search for "fc" */
.parent{
display: flex;
align-items: center;
height: 500px;
}