@Mu-SolomonSubmitted about 3 years ago
Please, how can I center a div element both horizontal and vertical?
Please, how can I center a div element both horizontal and vertical?
Hi Solomon, I suggest you to use grid.
display:grid;
, place-items:center;
to the grid container. In your case, the body
Tag.I also suggest you to add min-height:100vh;
To its container.
When Im trying to move to phone mode in my laptop the picture looks weird , any idea ?
Hi medo, I see your background image looks squished: