asasass
1
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;
}

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

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
system
Closed
5
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.