DesertFalcon
DesertFalcon
KPCKevin Powell - Community
Created by DesertFalcon on 9/25/2023 in #front-end
Why my images get smaller when i zoom ad viceversa?
.row {
display:flex;
gap:1em;
max-width: 100%;
}

.imageContainer img {
border-radius: 5px;
height: 100%;
width: 100%;
}
.row {
display:flex;
gap:1em;
max-width: 100%;
}

.imageContainer img {
border-radius: 5px;
height: 100%;
width: 100%;
}
i just started using css and i'm confused on this
11 replies