4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 108: | Line 108: | ||
display: flex; /* Use flexbox to align children in a row */ | display: flex; /* Use flexbox to align children in a row */ | ||
flex-wrap: nowrap; /* Prevent wrapping to the next line */ | flex-wrap: nowrap; /* Prevent wrapping to the next line */ | ||
} | |||
.image0 { | |||
margin-right: 10px; /* Adjust the spacing between images */ | |||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
transform-origin: top left; /* Set the transform origin */ | |||
} | |||
.image0 img { | |||
display: block; | |||
width: auto; | |||
height: 75px; | |||
} | } | ||
.image1 { | .image1 { |