4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 109: | Line 109: | ||
flex-wrap: nowrap; /* Prevent wrapping to the next line */ | flex-wrap: nowrap; /* Prevent wrapping to the next line */ | ||
} | } | ||
. | .image1 { | ||
margin-right: 10px; /* Adjust the spacing between images */ | margin-right: 10px; /* Adjust the spacing between images */ | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | transition: transform 0.3s ease; /* Add transition for smooth scaling */ | ||
transform-origin: top left; /* Set the transform origin */ | transform-origin: top left; /* Set the transform origin */ | ||
} | } | ||
. | .image1 img { | ||
display: block; | display: block; | ||
width: auto; | width: auto; |