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

  • @harnettd

    Posted

    Having seen the solution-design comparison, it seems I have some work left to do in positioning the background-image.

    7-11-2023 Edit: I managed to fix my background-image issues with

    .page {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    }
    
    0