Why are these 2 containers different sizes in height?

How do I get this one to be, 1121?

the green on here measures 1128

    .container {
      width: 936px;
      /*height: 1121px*/
      margin: 100px auto;
      background: green;
    }

image

the green on here measures 1121

    .container {
      width: 936px;
      /*height: 1121px*/
      margin: 100px auto;
      background: green;
    }

image

1 Like

Depends upon your computer the size of your container may vary!

It depends on your screen size. Try to set max-height and max-width of div and also fix the height of the image.

I was able to figure it out and I resolved the issue.

3 of my objects on there were different sizes than they originally were.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.