Latest comments
- @pelzfx@mclanecorp
to properly center your main container
body { width: 100%; min-height: 100vh; display: grid; place-content: center; }
- @EklundRobin@mclanecorp
good job for this exercices
For this exercise I think grid was more appropriate to use than flexboxes I refer you to the course on grids
https://www.w3schools.com/css/css_grid.asp
- @newbpydev@mclanecorp
Well done, good job