Latest solutions
Latest comments
- @Awesauban@felp-gomes
Try using the commands in the " body " to center the content:
display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; height: 100vh; width: 1440px;
Marked as helpful