Answers for "align div in centre"

-1

how to centre a div

.class-name {
	display:flex;
    justify-content:centre;
    align-items:centre;
}
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language