@LuanLessaSubmitted over 1 year ago
I had some trouble figuring out how to center proprely,
body{
min-height: 100vh;
display: grid;
place-content: center;
}
I'm not 100% though, and i have no clue about best pratices, so any hint I would appreciate it.