Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @devindubin

    Posted

    Looks great and the code is clean. The solution slightly differs from the design and I believe that is because centering the card in the first row of the grid is not the true center of the screen (considering there is a smaller row beneath it to contain the credits). Maybe extracting the credit line from the grid container and changing the grid to have one row would center better.

    Overall looks excellent!

    0
  • @devindubin

    Posted

    Solution looks awesome and nearly matches the design perfectly.

    The bolder text could be a bit larger to match the cutoff seen in the design (front-end is the last part of line 1 in the design but skills in yours).

    I handled the vertical positioning by using position: fixed and setting its position with calc(50% - element_height/2), which may not be an ideal solution but seemed to get close.

    Overall great work!

    0