Home/ Forum / How to center a div ?
How to center a div ?
I'm using the following code:
.div{
display : flex ;
margin : auto
}
The code doesn't work ?
Reponses
volcy samuel
Use the following code.
.div{
display:grid;
place-items:center;
}
Le 2023-11-28 00:25:24