0
Q:

how center content in css by using flex

/* HORIZONTAL */
justify-content: center;

/* VERTICAL */
align-items: center;
1
	display: flex;
    width: 60%;
    justify-content: center;
    margin: 0 auto;
0
flex-direction: column;
align-items: flex-start; //left
align-items: center; //center
align-items: flex-end; //right
0

New to Communities?

Join the community