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

  • Chris 130

    @Cortele

    Submitted

    First responsive layout project and first attempt at a mobile-first workflow. This project is far from perfect; there are several sizing, spacing issues. I am hoping to receive feedback so I can improve.

    @Jazzy486

    Posted

    You can add the following code to distribute space evenly in the main div

    .main{ display: flex; }

    For the divs inside the main div

    .left-div, .right-div{ width:50%; }

    1