79244565

Date: 2024-12-02 15:11:28
Score: 2
Natty:
Report link

Maybe use min-width & min-height instead using width and height.

.page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-width: 100%;
  min-height: 100%;
  background-color: #f0f0f0;
}

It will looks like this:

how it will looks like

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: もぐもぐぷりん