@AshongAbdallah06Submitted about 1 year ago
Very satisfied with what I have, but any additional information would be very much appreciated
Very satisfied with what I have, but any additional information would be very much appreciated
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; }