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

  • @razh23398

    Submitted

    • I couldn't figure out how to remove the blank part at the bottom of the page.
    • It was very difficult for me to put all the boxes in their position and that they will not move if I change the resolution. Finally I added "min-width: 1000px;" to the body.
    Neeraj Parmar 1,180

    @nkp1111

    Posted

    .bottom-container{ width: 1000px; display: flex; position: relative; bottom: 500px; }

    You have added bottom 500px to your relative position that means it will push the whole bottom container 500px up from bottom. This might be the reason for extra spacing at the bottom.

    Marked as helpful

    0