@osamanazakatSubmitted about 2 years ago
Any suggestions on how I can improve are welcome!
Any suggestions on how I can improve are welcome!
Your solution looks great.
As you're already using flex, to center the container please set body as flex as below:
body{ display flex; min-height:100vh; justify-content: center; align-items:center; } attribution div may collapse when you set body to flex, so use flex-direction as column.