Latest solutions
Latest comments
- @AshongAbdallah06@opolis8
Hi, I see the content on your page was not centered you can use flex-box or grid for this. to center it using flex-box. the body would have these properties :
body{ width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; }